mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:07:56 +00:00
Merge pull request #305375 from mweinelt/jaraco-test-disable
python311Packages.jaraco-test: disable failing tests
This commit is contained in:
commit
d31751f63b
@ -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