python311Packages.pytest-asyncio: prune args, add upgrade hint

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:26 +01:00
parent 170d5b658e
commit 36ea1c32d7
@@ -2,17 +2,14 @@
, buildPythonPackage
, callPackage
, fetchFromGitHub
, flaky
, hypothesis
, pytest
, pytestCheckHook
, pythonOlder
, setuptools-scm
}:
buildPythonPackage rec {
pname = "pytest-asyncio";
version = "0.21.1";
version = "0.21.1"; # N.B.: when updating, tests bleak and aioesphomeapi tests
format = "pyproject";
disabled = pythonOlder "3.7";