python3Packages.pypck: test in asyncio legacy mode
This commit is contained in:
parent
b14efa22e9
commit
461b834f86
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
"test_connection_lost"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue