summaryrefslogtreecommitdiffstats
path: root/requirements-tests.txt
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2020-04-11 18:56:46 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2020-04-12 17:37:42 +0100
commiteb57412601d49818383c56fdc13a9168807746d3 (patch)
treec8eadf311b7ae508770167d7cb53b0086b24a5f3 /requirements-tests.txt
parent2f1c008a26b50ab3487bd03bcabb39347d441f23 (diff)
downloaddeluge-eb57412601d49818383c56fdc13a9168807746d3.tar.gz
deluge-eb57412601d49818383c56fdc13a9168807746d3.tar.bz2
deluge-eb57412601d49818383c56fdc13a9168807746d3.zip
[Tests] Fix tox, pytest and travis issues
* Error occurring with Pytest 5.4 so pin to below that version. * Fix minor issues with Travis config. * Use full command-switches for pytest in tox config. * Remove pin for pip as issue with pip-wheel-metadata was fixed in 19.3 * Remove tox-venv as causing issues of incompatible packages installed. The latest versions of the virtualenv package should handle these duties.
Diffstat (limited to 'requirements-tests.txt')
-rw-r--r--requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 3bbf104b4..4390eaf4d 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,4 +1,4 @@
-pytest != 5.2.3
+pytest != 5.2.3, < 5.4
pytest-twisted
pytest-cov
mock