Merge pull request #68711 from jonringer/fix-xapian

pythonPackages.xapian: disable smoketests
This commit is contained in:
Maximilian Bosch
2019-09-29 23:16:47 +02:00
committed by GitHub

View File

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