Logs for #nikola for 2021-12-28

02:59:18 <Kuraokami> Congrats!  Just saw this, but unfortunately for me it seems I've got test_compiling_markdown failing with latest python3-markdown installed even.  I'd say https://paste.openstack.org/show/b3K3qJwiu84EaIoSazT6/ seems like the important bits.
10:40:06 <ChrisWarrick> Kuraokami: the test suite passes in our CI. What versions of markdown and pygments are you using?
10:41:37 <Kuraokami> ChrisWarrick: Markdown: 3.3.6, pygments: 2.7.1
10:43:33 <ChrisWarrick> Kuraokami: your pygments is outdated, try upgrading it
10:45:18 <KwBot> [nikola] Kwpolska opened pull request #3589 (getnikola:py310): Run tests on Python 3.10 https://github.com/getnikola/nikola/pull/3589
10:51:08 <Kuraokami> ChrisWarrick: It's what my distro has, trying in a chroot seems to work (with newer markdown), though pulls in a newer mistune too which fails other tests, downgrading that solved the problem. :P
10:51:46 <ChrisWarrick> Kuraokami: our tests assume the latest dependency versions as specified in requirements files
10:54:36 <Kuraokami> I guess the Pygments>=1.6 is no longer right. :P
10:54:46 <Kuraokami> ChrisWarrick: Thanks, and great work on nikola fwiw.
10:54:54 <ChrisWarrick> you’re welcome!
10:55:14 <ChrisWarrick> Pygments>=1.6 should be correct for usage, not necessarily for all tests to pass though
10:55:22 <KwBot> [nikola] Kwpolska closed pull request #3589 (getnikola:py310): Run tests on Python 3.10 https://github.com/getnikola/nikola/pull/3589
10:56:51 <Kuraokami> That could solve my problem then, nice.