From 2ad01596f2b7c3ec2bdae2e62232bcf681015f29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 2 Jan 2022 20:08:03 +0100 Subject: [PATCH] package/ci: use older Pygments until I update the test files. --- package/ci/circleci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2