From dc8c27037a7e6e6cd24dd5e3fd2ee6bc56db3594 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 13 Feb 2019 18:35:38 +0100 Subject: [PATCH] AppVeyor: drop pluggymaster --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 773e16b1b..da4def8f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,14 +6,13 @@ environment: - TOXENV: "py34-xdist" - TOXENV: "py35-xdist" - TOXENV: "py36-xdist" + # NOTE: pypy-xdist is buggy currently (https://github.com/pytest-dev/pytest-xdist/issues/142). - TOXENV: "pypy" PYTEST_NO_COVERAGE: "1" # Specialized factors for py27. - TOXENV: "py27-trial,py27-numpy,py27-nobyte" - - TOXENV: "py27-pluggymaster" # Specialized factors for py37. - TOXENV: "py37-trial,py37-numpy" - - TOXENV: "py37-pluggymaster" - TOXENV: "py37-freeze" PYTEST_NO_COVERAGE: "1"