[RDY] tox: remove platform restriction, only used for pexpect (#6068)

[RDY] tox: remove platform restriction, only used for pexpect
This commit is contained in:
Bruno Oliveira 2019-11-06 16:09:27 -03:00 committed by GitHub
commit 5738d189a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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