Add test environment using pluggy from master branch

Fix #2737
This commit is contained in:
Bruno Oliveira
2017-09-01 18:33:30 -03:00
parent 9d373d83ac
commit 11ec6aeafb
4 changed files with 14 additions and 3 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
distshare = {homedir}/.tox/distshare
# make sure to update environment list on appveyor.yml
# make sure to update environment list in travis.yml and appveyor.yml
envlist =
linting
py26
@@ -12,7 +12,7 @@ envlist =
py36
py37
pypy
{py27,py35}-{pexpect,xdist,trial,numpy}
{py27,py35}-{pexpect,xdist,trial,numpy,pluggymaster}
py27-nobyte
doctesting
freeze
@@ -21,11 +21,14 @@ envlist =
[testenv]
commands = pytest --lsof -rfsxX {posargs:testing}
passenv = USER USERNAME
setenv=
pluggymaster: _PYTEST_SETUP_SKIP_PLUGGY_DEP=1
deps =
hypothesis>=3.5.2
nose
mock
requests
pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
[testenv:py26]
commands = pytest --lsof -rfsxX {posargs:testing}