pythonPackages.pyramid_beaker: fix building
- checkInputs rather than buildInputs - it was complaining that py.test was not a valid command
This commit is contained in:
parent
d94b113859
commit
7819cc0cb9
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
py.test -k 'not test_includeme' pyramid_beaker/tests.py
|
py.test -k 'not test_includeme' pyramid_beaker/tests.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ beaker pyramid ];
|
propagatedBuildInputs = [ beaker pyramid ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user