mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
python310Packages.subarulink: don't set asyncio mode
This commit is contained in:
parent
05191c2463
commit
89a6cf3f5c
@ -36,10 +36,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "--cov=subarulink" ""
|
||||
|
Loading…
Reference in New Issue
Block a user