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
@@ -1,5 +1,5 @@
{ buildPythonPackage, lib, fetchPypi, pyyaml, qcelemental, pydantic
, py-cpuinfo, psutil, pytestrunner, pytest, pytest-cov
, py-cpuinfo, psutil, pytest-runner, pytest, pytest-cov
} :
buildPythonPackage rec {
@@ -7,7 +7,7 @@ buildPythonPackage rec {
version = "0.19.0";
checkInputs = [
pytestrunner
pytest-runner
pytest-cov
pytest
];