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