From 30a2f7c691c32e7ceb29ce52063773c21d3a2a0e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 3 Apr 2020 08:19:01 +0200 Subject: [PATCH] ci/tox: remove pytestfeatures pytest does not use the `features` branch anymore. --- .travis.yml | 4 ---- appveyor.yml | 1 - tox.ini | 1 - 3 files changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36142e00..f5d074d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,14 +34,10 @@ jobs: env: TOXENV=py38-coverage - python: '3.6' env: TOXENV=py36-pytestmaster-coverage - - python: '3.6' - env: TOXENV=py36-pytestfeatures-coverage - python: '3.6' env: TOXENV=benchmark - python: '3.7' env: TOXENV=py37-pytestmaster-coverage - - python: '3.7' - env: TOXENV=py37-pytestfeatures-coverage - stage: deploy python: '3.6' diff --git a/appveyor.yml b/appveyor.yml index 1fc12fff..dca69e36 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,6 @@ environment: - TOXENV: "py37" - TOXENV: "pypy" - TOXENV: "py36-pytestmaster" - - TOXENV: "py36-pytestfeatures" install: - echo Installed Pythons diff --git a/tox.ini b/tox.ini index 684dfada..18d3f0b2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ extras=testing deps= coverage: coverage pytestmaster: git+https://github.com/pytest-dev/pytest.git@master - pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features [testenv:benchmark] commands=pytest {posargs:testing/benchmark.py}