Loading pkgs/development/python-modules/trio-asyncio/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , sniffio , pytest-trio , pytestCheckHook , pythonAtLeast , pythonOlder }: Loading Loading @@ -49,6 +50,10 @@ buildPythonPackage rec { "tests/python" # tries to import internal API test.test_asyncio ]; disabledTests = lib.optionals (pythonAtLeast "3.11") [ "test_run_task" ]; pythonImportsCheck = [ "trio_asyncio" ]; Loading Loading
pkgs/development/python-modules/trio-asyncio/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , sniffio , pytest-trio , pytestCheckHook , pythonAtLeast , pythonOlder }: Loading Loading @@ -49,6 +50,10 @@ buildPythonPackage rec { "tests/python" # tries to import internal API test.test_asyncio ]; disabledTests = lib.optionals (pythonAtLeast "3.11") [ "test_run_task" ]; pythonImportsCheck = [ "trio_asyncio" ]; Loading