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
@@ -4,7 +4,7 @@
, fetchPypi
, tinycss2
, pytest
, pytestrunner
, pytest-runner
, pytest-cov
, pytest-flake8
, pytest-isort
@@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ tinycss2 ];
checkInputs = [ pytest pytestrunner pytest-cov pytest-flake8 pytest-isort ];
checkInputs = [ pytest pytest-runner pytest-cov pytest-flake8 pytest-isort ];
meta = with lib; {
description = "CSS selectors for Python ElementTree";