mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #1008 from lovek323/pytest
pytest: fix broken config check
This commit is contained in:
commit
472ba4bc06
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue