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
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
py.test -k 'not test_includeme' pyramid_beaker/tests.py
|
||||
'';
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ beaker pyramid ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue