From eb57412601d49818383c56fdc13a9168807746d3 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 11 Apr 2020 18:56:46 +0100 Subject: [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. --- requirements-dev.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 34f57cfa8..c66dd799f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,6 @@ -r requirements-tests.txt sphinx-autobuild tox -tox-venv pre-commit flake8-blind-except flake8-builtins -- cgit v1.2.3