python3Packages.pypck: test in asyncio legacy mode
This commit is contained in:
@@ -28,6 +28,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
"test_connection_lost"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user