pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel
2021-07-20 23:07:53 +02:00
parent 4209fed914
commit 9bfdf57e13
120 changed files with 218 additions and 220 deletions

View File

@@ -6,7 +6,7 @@
, webencodings
# Check inputs
, pytest
, pytestrunner
, pytest-runner
, pytest-cov
, pytest-flake8
, pytest-isort
@@ -34,7 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ webencodings ];
checkInputs = [ pytest pytestrunner pytest-cov pytest-flake8 pytest-isort ];
checkInputs = [ pytest pytest-runner pytest-cov pytest-flake8 pytest-isort ];
# https://github.com/PyCQA/pycodestyle/issues/598
preCheck = ''