From 92ec7c93c20a14cbdfb48eaaf169bb1f0cbde74e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 13 Sep 2022 19:43:47 +0200 Subject: tox: Disable testing pgpy, it's broken upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9a1c315..bf3d846 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = qa,py36,py37,py38,py39,py310,pypy3,py3-nogpg,py3-nopgpy,py3-norequests-noresponses,py3-noresponses +envlist = qa,py36,py37,py38,py39,py310,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses skip_missing_interpreters = True # we operate on sources anyway skipsdist = True @@ -18,7 +18,6 @@ deps = pytest >= 5 pytest-cov pytest-xdist - !nopgpy: pgpy !norequests: requests !noresponses: responses setenv = -- cgit v1.2.3