mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
pythonPackages: deprecate pytestrunner alias
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user