python310Packages.pylitterbot: don't set asyncio mode

This commit is contained in:
Robert Schütz 2022-11-16 08:55:32 -08:00
parent e0b5a890fa
commit b25eb3a000

View File

@ -49,10 +49,6 @@ buildPythonPackage rec {
--replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"'
'';
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [
"pylitterbot"
];