mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +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
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [
|
|
||||||
"--asyncio-mode=legacy"
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.cfg \
|
substituteInPlace setup.cfg \
|
||||||
--replace "--cov=subarulink" ""
|
--replace "--cov=subarulink" ""
|
||||||
|
Loading…
Reference in New Issue
Block a user