Merge pull request #305375 from mweinelt/jaraco-test-disable

python311Packages.jaraco-test: disable failing tests
This commit is contained in:
Martin Weinelt 2024-04-19 21:49:56 +02:00 committed by GitHub
commit d31751f63b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
];