python313Packages.asyncua: disable failing test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user