From be514178d00082ef52e2036e5ae31eecb423881b Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 27 Oct 2019 00:15:33 +0200 Subject: [PATCH] tox: remove platform restriction, only used for pexpect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This would prevent TOXENV=py37-pexpect-… from running on e.g. FreeBSD. And even on Windows it is pytest's job of skipping the tests then. This was probably still from when the pexpect env was only running pexpect-based tests. --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index edc9a5667..e3012d280 100644 --- a/tox.ini +++ b/tox.ini @@ -36,8 +36,6 @@ setenv = lsof: _PYTEST_TOX_POSARGS_LSOF=--lsof - pexpect: _PYTEST_TOX_PLATFORM=linux|darwin - xdist: _PYTEST_TOX_POSARGS_XDIST=-n auto extras = testing deps = @@ -49,7 +47,6 @@ deps = twisted: twisted xdist: pytest-xdist>=1.13 {env:_PYTEST_TOX_EXTRA_DEP:} -platform = {env:_PYTEST_TOX_PLATFORM:.*} [testenv:linting] skip_install = True