From f387cc88b4d8e7b93f4a3c1d073ce9ae012b675d Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 11 Jun 2020 10:20:34 +0200 Subject: [PATCH] nix-prefetch-github: remove duplicate doCheck --- .../development/python-modules/nix-prefetch-github/default.nix | 3 --- 1 file changed, 3 deletions(-) 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" ];