pythonPackages.branca: refactor fix broken python package
This commit is contained in:
parent
9051a48dd2
commit
0107125d32
@ -4,6 +4,7 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, jinja2
|
, jinja2
|
||||||
, selenium
|
, selenium
|
||||||
|
, six
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest selenium ];
|
checkInputs = [ pytest selenium ];
|
||||||
propagatedBuildInputs = [ jinja2 ];
|
propagatedBuildInputs = [ jinja2 six ];
|
||||||
|
|
||||||
# Seems to require a browser
|
# Seems to require a browser
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user