python.pkgs.fb-re2: no tests in tarball
This commit is contained in:
parent
c01276654e
commit
eb22e4c775
1 changed files with 2 additions and 4 deletions
|
@ -16,10 +16,8 @@ buildPythonPackage rec {
|
|||
|
||||
buildInputs = [ re2 ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
# no tests in PyPI tarball
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Python wrapper for Google's RE2";
|
||||
|
|
Loading…
Reference in a new issue