python312Packages.trio-asyncio: disable failing tests

This commit is contained in:
Martin Weinelt
2024-12-09 03:46:33 +01:00
parent c48ff9350f
commit 792c9212a4
@@ -49,6 +49,13 @@ buildPythonPackage rec {
"ignore::DeprecationWarning"
];
disabledTests = [
# TypeError: RaisesGroup.__init__() got an unexpected keyword argument 'strict'
# https://github.com/python-trio/trio-asyncio/issues/154
"test_run_trio_task_errors"
"test_cancel_loop_with_tasks"
];
nativeCheckInputs = [
pytest-trio
pytestCheckHook