python.pkgs.fb-re2: no tests in tarball
This commit is contained in:
parent
c01276654e
commit
eb22e4c775
@ -16,10 +16,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ re2 ];
|
buildInputs = [ re2 ];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
# no tests in PyPI tarball
|
||||||
checkPhase = ''
|
doCheck = false;
|
||||||
py.test
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python wrapper for Google's RE2";
|
description = "Python wrapper for Google's RE2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user