tox/ci: remove testing with pytest's features branch (#509)

pytest is using the master branch now only.
This commit is contained in:
Daniel Hahler
2020-03-31 11:11:05 +02:00
committed by GitHub
parent bea6f66174
commit 453cbd88dd
3 changed files with 1 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
envlist=
linting
py{27,35,36,37,38}-pytestlatest
py38-pytest{master,features}
py38-pytestmaster
[testenv]
passenv = USER USERNAME
@@ -10,7 +10,6 @@ extras = testing
deps =
pytestlatest: pytest
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features
commands=
pytest {posargs}