mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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 ]
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user