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
|
rm tests/cache/test_memcached_backend.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontUseSetuptoolsCheck = true;
|
||||||
|
checkPhase = ''
|
||||||
|
pytest
|
||||||
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytest pytestcov mock Mako ];
|
checkInputs = [ pytest pytestcov mock Mako ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ decorator ];
|
propagatedBuildInputs = [ decorator ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user