python311Packages.structlog: disable failing test
This commit is contained in:
parent
f5605a41f1
commit
8a2065edc0
1 changed files with 7 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue