python.pkgs.pyramid_beaker: fix tests

This commit is contained in:
Jörg Thalheim 2017-08-28 12:19:30 +01:00
parent 49b17a8127
commit 99ffd2051e

View File

@ -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 ];