From 7c8ef2d9579aa8a598dc175021bf6951935d689c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 5 Mar 2023 23:03:28 +0100 Subject: [PATCH] Revert "python310Packages.caio: Disable failing test" This reverts commit 1837ae56a6f44b65ec24585d9cec7b0389ef8daf. Reenable test, after reverting aiomisc bump. --- pkgs/development/python-modules/caio/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/caio/default.nix b/pkgs/development/python-modules/caio/default.nix index 6416c4d364ba..a7dcab5cacd4 100644 --- a/pkgs/development/python-modules/caio/default.nix +++ b/pkgs/development/python-modules/caio/default.nix @@ -25,11 +25,6 @@ buildPythonPackage rec { pytestCheckHook ]; - disabledTests = [ - # fixture 'loop' not found - "test_operations_cancel_cleanly" - ]; - pythonImportsCheck = [ "caio" ];