Revert "tox.ini: Use pytest-qt from git."

This reverts commit 71608af486.
This commit is contained in:
Florian Bruhin 2015-04-24 17:34:10 +02:00
parent f5227ef982
commit 8edfa4281e

View File

@ -16,13 +16,11 @@ usedevelop = true
[testenv:unittests]
setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envsitepackagesdir}/PyQt5/plugins/platforms
# Using pytest-qt from git because of
# https://github.com/pytest-dev/pytest-qt/pull/38
deps =
py==1.4.26
pytest==2.7.0
pytest-capturelog==0.7
git+https://github.com/pytest-dev/pytest-qt.git
pytest-qt==1.3.0
pytest-mock==0.4.3
# We don't use {[testenv:mkvenv]commands} here because that seems to be broken
# on Ubuntu Trusty.