From: Vladimír Vondruš Date: Sun, 2 Jan 2022 19:08:03 +0000 (+0100) Subject: package/ci: use older Pygments until I update the test files. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=2ad01596f2b7c3ec2bdae2e62232bcf681015f29;p=blog.git package/ci: use older Pygments until I update the test files. --- diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 9deed23a..f2a75edc 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -63,8 +63,10 @@ commands: # 19.3 instead # New qrcode (7.3? or the older ones as well?) chages the SVG preamble # so the current regex no longer works. I have to update it. + # Pygments 2.11 (and apparently 2.10 as well) treats certain whitespace + # differently, I have to update the expected output first. command: | - pip install jinja2 pelican Pyphen==0.9.5 Pillow coverage codecov qrcode==6.1 matplotlib<< parameters.matplotlib-version >> << parameters.extra >> + pip install jinja2 pygments==2.9.0 pelican Pyphen==0.9.5 Pillow coverage codecov qrcode==6.1 matplotlib<< parameters.matplotlib-version >> << parameters.extra >> - run: name: Fix unheard-of cursed issues # otherwise i get Error: unsupported locale setting