python312Packages.jschon: disable flaky tests
should fix https://hydra.nixos.org/build/265096486
This commit is contained in:
@@ -58,6 +58,11 @@ buildPythonPackage rec {
|
||||
pytest-xdist # not used upstream, but massive speedup
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# flaky, timing sensitive
|
||||
"test_keyword_dependency_resolution"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/test_benchmarks.py"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user