python311Packages.vine: disable failing tests

This commit is contained in:
Martin Weinelt
2024-03-27 18:35:07 +01:00
parent 35a12fc9b1
commit fdb60267ab
@@ -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 = [