pythonPackages: deprecate pytestrunner alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ buildPythonPackage, fetchPypi, pytestrunner, pytestCheckHook, glib, vips, cffi
|
||||
{ buildPythonPackage, fetchPypi, pytest-runner, pytestCheckHook, glib, vips, cffi
|
||||
, pkg-config, pkgconfig, lib }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
sha256 = "244e79c625be65237677c79424d4476de6c406805910015d4adbd0186c64a6a2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pytestrunner pkgconfig pkg-config ];
|
||||
nativeBuildInputs = [ pytest-runner pkgconfig pkg-config ];
|
||||
|
||||
buildInputs = [ glib vips ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user