Unverified Commit d4c62fe6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.trio-asyncio: disable failing test

Disabled a failing test, that has not been updated with Python 3.11 in
mind.
parent 45ed0820
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, sniffio
, pytest-trio
, pytestCheckHook
, pythonAtLeast
, pythonOlder
}:

@@ -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"
  ];