diff --git a/pkgs/development/python-modules/pytest-asyncio/default.nix b/pkgs/development/python-modules/pytest-asyncio/default.nix index ab3705e0dcba..e6887edf85e1 100644 --- a/pkgs/development/python-modules/pytest-asyncio/default.nix +++ b/pkgs/development/python-modules/pytest-asyncio/default.nix @@ -4,7 +4,6 @@ callPackage, fetchFromGitHub, pytest, - pythonOlder, setuptools-scm, }: @@ -13,8 +12,6 @@ buildPythonPackage rec { 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";