Files
nixpkgs/pkgs/development/python-modules/python-jenkins
Bjørn Forsman 3de279afd2 python3.pkgs.python-jenkins: fix build by skipping some tests
8 tests currently fail because nixpkgs has setuptools>=66.0.0 which is
backward incompatible wrt. PEP 440 non-conforming version strings, and
python-jenkins has tests that trigger that code path. Skip the tests to
fix the build.

(I tried to use multiple stestr -E regexes, but seemingly only one got
used, so I had to use one overlong line to fit the patterns.)

(cherry picked from commit 8ffbc4e87f)
2023-06-19 19:31:26 +00:00
..