pytest: fix for py2.6 by adding argparse as an input
This commit is contained in:
@@ -1312,6 +1312,7 @@ rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ py ]
|
propagatedBuildInputs = [ py ]
|
||||||
|
++ (optional isPy26 argparse)
|
||||||
++ stdenv.lib.optional
|
++ stdenv.lib.optional
|
||||||
pkgs.config.pythonPackages.pytest.selenium or false
|
pkgs.config.pythonPackages.pytest.selenium or false
|
||||||
pythonPackages.selenium;
|
pythonPackages.selenium;
|
||||||
|
|||||||
Reference in New Issue
Block a user