python.pkgs.pyramid_beaker: fix tests
This commit is contained in:
parent
49b17a8127
commit
99ffd2051e
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# https://github.com/Pylons/pyramid_beaker/issues/29
|
# https://github.com/Pylons/pyramid_beaker/issues/29
|
||||||
py.test -k 'not test_includeme'
|
py.test -k 'not test_includeme' pyramid_beaker/tests.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user