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 @@
{ lib, buildPythonPackage, fetchPypi, watchdog, flake8
, pytest, pytestrunner, coverage, sphinx, twine }:
, pytest, pytest-runner, coverage, sphinx, twine }:
buildPythonPackage rec {
pname = "ndjson";
@@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "v5dGy2uxy1PRcs2n8VTAfHhtZl/yg0Hk5om3lrIp5dY=";
};
checkInputs = [ pytest pytestrunner flake8 twine sphinx coverage watchdog ];
checkInputs = [ pytest pytest-runner flake8 twine sphinx coverage watchdog ];
meta = with lib; {
homepage = "https://github.com/rhgrant10/ndjson";