pythonPackages.xapian: disable smoketests

This commit is contained in:
Jonathan Ringer 2019-09-13 15:27:51 -07:00
parent 02cab2d031
commit 24b364e0b5

View File

@ -30,7 +30,6 @@ buildPythonPackage rec {
doCheck = true;
checkPhase = ''
${python.interpreter} python${pythonSuffix}/smoketest.py
${python.interpreter} python${pythonSuffix}/pythontest.py
'';