nix-prefetch-github: remove duplicate doCheck

This commit is contained in:
Frederik Rietdijk 2020-06-11 10:20:34 +02:00
parent 858a96035c
commit f387cc88b4

View file

@ -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" ];