python.pkgs.click-default-group: use pytest_3
This commit is contained in:
parent
e731321499
commit
7b045cd31b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, click, pytest }:
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, click, pytest_3 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "click-default-group";
|
||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ click ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkInputs = [ pytest_3 ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/click-contrib/click-default-group;
|
||||
|
|
Loading…
Reference in a new issue