diff options
Diffstat (limited to 'pkgs/development/python-modules/pytest-asyncio/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pytest-asyncio/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/pytest-asyncio/default.nix b/pkgs/development/python-modules/pytest-asyncio/default.nix index 7950aaf6e921..e6887edf85e1 100644 --- a/pkgs/development/python-modules/pytest-asyncio/default.nix +++ b/pkgs/development/python-modules/pytest-asyncio/default.nix @@ -4,22 +4,19 @@ callPackage, fetchFromGitHub, pytest, - pythonOlder, setuptools-scm, }: buildPythonPackage rec { pname = "pytest-asyncio"; - version = "0.25.3"; # N.B.: when updating, tests bleak and aioesphomeapi tests + version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-asyncio"; tag = "v${version}"; - hash = "sha256-/uG8/uhKYeWrXifAJ7iqvpgXe70YduiqH8FSq2rD7f0="; + hash = "sha256-GEhFwwQCXwtqfSiew/sOvJYV3JREqOGD4fQONlRR/Mw="; }; outputs = [ |
