mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
python311Packages.jaraco-test: disable failing tests
This commit is contained in:
parent
7eceafd98f
commit
67823c5d8e
@ -40,6 +40,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# https://github.com/jaraco/jaraco.test/issues/6
|
||||
"jaraco/test/cpython.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"jaraco.test"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user