python313Packages.asyncua: disable failing test

This commit is contained in:
Martin Weinelt
2025-03-11 13:18:33 +01:00
parent c08bfc2905
commit 097d860716
@@ -11,6 +11,7 @@
pytest-mock,
pytestCheckHook,
python-dateutil,
pythonAtLeast,
pythonOlder,
pytz,
setuptools,
@@ -66,6 +67,11 @@ buildPythonPackage rec {
# Failed: DID NOT RAISE <class 'asyncio.exceptions.TimeoutError'>
"test_publish"
]
++ lib.optionals (pythonAtLeast "3.13") [
# dbm.sqlite3.error: SQLite objects created in a thread can only be used in that same thread.
# The object was created in thread id 140737220687552 and this is thread id 140737343690560.
"test_runTest"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# OSError: [Errno 48] error while attempting to bind on address ('127.0.0.1',...
"test_anonymous_rejection"