python3Packages.pypck: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 11:46:39 +02:00
parent b14efa22e9
commit 461b834f86

View file

@ -28,6 +28,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
disabledTests = lib.optionals stdenv.isDarwin [
"test_connection_lost"
];