python311Packages.vine: disable failing tests

This commit is contained in:
Martin Weinelt 2024-03-24 11:02:35 +01:00
parent 35a12fc9b1
commit fdb60267ab
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
"-W" "ignore::pytest.PytestRemovedIn8Warning"
disabledTestPaths = [
# https://github.com/celery/vine/issues/106
"t/unit/test_synchronization.py"
];
pythonImportsCheck = [