Revert "python310Packages.caio: Disable failing test"

This reverts commit 1837ae56a6.

Reenable test, after reverting aiomisc bump.
This commit is contained in:
Martin Weinelt
2023-03-05 23:03:28 +01:00
parent 29acb0ac94
commit 7c8ef2d957
@@ -25,11 +25,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# fixture 'loop' not found
"test_operations_cancel_cleanly"
];
pythonImportsCheck = [
"caio"
];