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:
@@ -25,6 +25,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# fixture 'loop' not found
|
||||
"test_operations_cancel_cleanly"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"caio"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user