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