mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pythonPackages: deprecate pytestrunner alias
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, coverage
|
||||
, mock
|
||||
, ply
|
||||
, pytestrunner
|
||||
, pytest-runner
|
||||
, pytestCheckHook
|
||||
, six
|
||||
}:
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
--replace "coverage==5.3" "coverage"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
nativeBuildInputs = [ pytest-runner ];
|
||||
|
||||
propagatedBuildInputs = [ ply six ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user