python.pkgs.pyramid_beaker: fix tests
This commit is contained in:
parent
49b17a8127
commit
99ffd2051e
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkPhase = ''
|
||||
# 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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user