python.pkgs.fb-re2: no tests in tarball

This commit is contained in:
Robert Schütz 2019-02-20 20:32:04 +01:00
parent c01276654e
commit eb22e4c775

View file

@ -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";