python311Packages.structlog: disable failing test

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:53 +01:00
parent f5605a41f1
commit 8a2065edc0
@@ -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 = [