pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:49 +02:00
parent 4209fed914
commit 9bfdf57e13
120 changed files with 218 additions and 220 deletions
@@ -10,7 +10,7 @@
, codecov
, pytest
, pytest-cov
, pytestrunner
, pytest-runner
, coveralls
, twine
, check-manifest
@@ -36,7 +36,7 @@ buildPythonPackage rec {
doCheck = false; # incompatible with latest astropy
checkInputs = [
pytest pytest-cov pytestrunner coveralls scipy pandas astropy twine check-manifest codecov
pytest pytest-cov pytest-runner coveralls scipy pandas astropy twine check-manifest codecov
];
pythonImportsCheck = [ "hickle" ];