nix-prefetch-github: remove duplicate doCheck
This commit is contained in:
parent
858a96035c
commit
f387cc88b4
@ -35,9 +35,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytest-black pytestcov pytest-isort git ];
|
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
|
# latest version of isort will cause tests to fail
|
||||||
# ignore tests which are impure
|
# ignore tests which are impure
|
||||||
disabledTests = [ "isort" "life" "outputs" "fetch_submodules" ];
|
disabledTests = [ "isort" "life" "outputs" "fetch_submodules" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user