python.pkgs.dogpile.cache: remove broken tests, allows nox to be build

This commit is contained in:
Frederik Rietdijk 2017-07-04 09:39:49 +02:00
parent 063f110e17
commit e7ab7798f1

View File

@ -14,8 +14,10 @@ buildPythonPackage rec {
# Disable concurrency tests that often fail,
# probably some kind of timing issue.
prePatch = ''
postPatch = ''
rm tests/test_lock.py
# Failing tests. https://bitbucket.org/zzzeek/dogpile.cache/issues/116
rm tests/cache/test_memcached_backend.py
'';
buildInputs = [ pytest pytestcov mock Mako ];