Hi, Am 16.06.22 um 10:05 schrieb Julian Gilbey: ...
Great, thanks. Since the pygments in testing fails on pytest 7.2.1, and the version in experimental depends on pytest >= 7.0, we'll need to do the following when we are ready to upload pytest 7.2.1 to unstable: * Mark pytest 7.2.1 as Breaks: pygments (<< 2.12.0)
looking at the autopkgtest on the CI pygments is still failing while testing with versions from testing. Mostly because I think as pytest < 7 (from testing) is used. All other versions differences are not critical I guess. The following list of used packages are given by the different versions between testing and unstable.
testing: python3-lib2to3 all 3.9.12-1 testing: python3-distutils all 3.9.12-1 testing: python3-toml all 0.10.2-1 testing: python3-pytest all 6.2.5-3 unstable: python3-lib2to3 all 3.10.5-1 unstable: python3-distutils all 3.10.5-1 unstable: python3-tomli all 1.2.2-2 unstable: python3-pytest all 7.1.2-2
Currently python3-pytest hasn't an entry for breaking on pygments like Julian was proposing. Maybe I'm still missing something.
-- Regards Carsten