We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 063f110 commit e7ab779Copy full SHA for e7ab779
pkgs/development/python-modules/dogpile.cache/default.nix
@@ -14,8 +14,10 @@ buildPythonPackage rec {
14
15
# Disable concurrency tests that often fail,
16
# probably some kind of timing issue.
17
- prePatch = ''
+ postPatch = ''
18
rm tests/test_lock.py
19
+ # Failing tests. https://bitbucket.org/zzzeek/dogpile.cache/issues/116
20
+ rm tests/cache/test_memcached_backend.py
21
'';
22
23
buildInputs = [ pytest pytestcov mock Mako ];
0 commit comments