python311Packages.structlog: disable failing test

This commit is contained in:
Martin Weinelt 2023-12-05 04:24:47 +01:00
parent f5605a41f1
commit 8a2065edc0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,9 +8,9 @@
, pretend
, pytest-asyncio
, pytestCheckHook
, pythonAtLeast
, pythonOlder
, simplejson
, twisted
, typing-extensions
}:
@ -44,6 +44,12 @@ buildPythonPackage rec {
pytest-asyncio
pytestCheckHook
simplejson
twisted
];
disabledTests = [
# _pickle.PicklingError: Only BytesLoggers to sys.stdout and sys.stderr can be pickled.
"test_pickle"
];
pythonImportsCheck = [