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
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, isPy27
, pytestrunner
, pytest-runner
, pytestCheckHook
, pytorch
}:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pytorch ];
checkInputs = [ pytestrunner pytestCheckHook ];
checkInputs = [ pytest-runner pytestCheckHook ];
disabledTests = [
"test_inplace_on_requires_grad"
"test_input_requiring_grad"