From d7ca469d08c829a9087f3de54ee21b42ea3e6ccf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Oct 2015 23:16:09 +0200 Subject: [PATCH] tox: Don't link pyqt for pyroma/check-manifest. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index f445c018c..8fcf8e4e0 100644 --- a/tox.ini +++ b/tox.ini @@ -150,7 +150,6 @@ deps = pyroma==1.8.2 docutils==0.12 commands = - {envpython} scripts/link_pyqt.py --tox {envdir} {envdir}/bin/pyroma . [testenv:check-manifest] @@ -160,7 +159,6 @@ passenv = deps = check-manifest==0.25 commands = - {envpython} scripts/link_pyqt.py --tox {envdir} {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__' [testenv:docs]