tests: Remove 'tests/run.py'

This is no longer necessary. One test needs to be modified to deal with
how 'python -m pytest' modifies the PATH.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane
2017-12-22 18:50:51 +00:00
parent 529c96a3c9
commit 7c0723fd46
6 changed files with 17 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ deps =
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
commands=
{envpython} -Wall tests/run.py --durations 25 {posargs}
pytest -Wall --durations 25 {posargs}
[testenv:flake8]
description =