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
commit 99dd49fa6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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