Unverified Commit 2e57f32c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #234073 from mweinelt/py311-asyncio-trio

python311Packages.trio-asyncio: disable failing test
parents 67de316b d4c62fe6
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"
  ];