diff --git a/pkgs/development/python-modules/nix-prefetch-github/default.nix b/pkgs/development/python-modules/nix-prefetch-github/default.nix index fbcaa1d1dc4..6ee4d937cfb 100644 --- a/pkgs/development/python-modules/nix-prefetch-github/default.nix +++ b/pkgs/development/python-modules/nix-prefetch-github/default.nix @@ -35,9 +35,6 @@ buildPythonPackage rec { checkInputs = [ pytestCheckHook pytest-black pytestcov pytest-isort git ]; - # aiohttp is not supported on 3.8 yet - doCheck = pythonOlder "3.8"; - # latest version of isort will cause tests to fail # ignore tests which are impure disabledTests = [ "isort" "life" "outputs" "fetch_submodules" ];