Skip to content

Commit c58aa3a

Browse files
committedMay 11, 2017
python-dogpile-cache: disable concurrency tests
1 parent de9c869 commit c58aa3a

File tree

1 file changed

+6
-0
lines changed
  • pkgs/development/python-modules/dogpile.cache

1 file changed

+6
-0
lines changed
 

‎pkgs/development/python-modules/dogpile.cache/default.nix

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ buildPythonPackage rec {
1212
sha256 = "73793471af07af6dc5b3ee015abfaca4220caaa34c615537f5ab007ed150726d";
1313
};
1414

15+
# Disable concurrency tests that often fail,
16+
# probably some kind of timing issue.
17+
prePatch = ''
18+
rm tests/test_lock.py
19+
'';
20+
1521
propagatedBuildInputs = [ dogpile_core ];
1622
buildInputs = [ pytest pytestcov mock Mako ];
1723

0 commit comments

Comments
 (0)
Please sign in to comment.