mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
pytest: fix broken config check
This commit is contained in:
parent
0840cc3a24
commit
fbc70d158b
@ -1076,7 +1076,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
propagatedBuildInputs = [ pythonPackages.py ]
|
||||
++ stdenv.lib.optional
|
||||
pkgs.config.pythonPackages.pytest.selenium
|
||||
pkgs.config.pythonPackages.pytest.selenium or false
|
||||
pythonPackages.selenium;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user