mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
python310Packages.pylitterbot: don't set asyncio mode
This commit is contained in:
parent
e0b5a890fa
commit
b25eb3a000
@ -49,10 +49,6 @@ buildPythonPackage rec {
|
||||
--replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"'
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pylitterbot"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user