pytest: fix for py2.6 by adding argparse as an input

This commit is contained in:
Cillian de Róiste 2014-04-13 17:21:21 +02:00
parent 7f4afcda7e
commit 83044b788c

View file

@ -1312,6 +1312,7 @@ rec {
'';
propagatedBuildInputs = [ py ]
++ (optional isPy26 argparse)
++ stdenv.lib.optional
pkgs.config.pythonPackages.pytest.selenium or false
pythonPackages.selenium;