mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #234073 from mweinelt/py311-asyncio-trio
python311Packages.trio-asyncio: disable failing test
This commit is contained in:
commit
2e57f32c5b
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user