python311Packages.jaraco-test: disable failing tests

This commit is contained in:
Martin Weinelt 2024-04-19 21:31:11 +02:00
parent 7eceafd98f
commit 67823c5d8e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# https://github.com/jaraco/jaraco.test/issues/6
"jaraco/test/cpython.py"
];
pythonImportsCheck = [
"jaraco.test"
];