python310Packages.caio: Disable failing test

The loop fixture is missing and it is unclear where it should be coming
from.
This commit is contained in:
Martin Weinelt
2023-03-05 17:46:48 +00:00
parent 1e149bc9da
commit 1837ae56a6
@@ -25,6 +25,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# fixture 'loop' not found
"test_operations_cancel_cleanly"
];
pythonImportsCheck = [
"caio"
];