mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python3.pkgs.dogpile_cache: fix build
This commit is contained in:
parent
0008400222
commit
eabf213cf1
@ -19,6 +19,11 @@ buildPythonPackage rec {
|
||||
rm tests/cache/test_memcached_backend.py
|
||||
'';
|
||||
|
||||
dontUseSetuptoolsCheck = true;
|
||||
checkPhase = ''
|
||||
pytest
|
||||
'';
|
||||
|
||||
checkInputs = [ pytest pytestcov mock Mako ];
|
||||
|
||||
propagatedBuildInputs = [ decorator ];
|
||||
|
Loading…
Reference in New Issue
Block a user