diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-13 19:43:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-13 19:44:01 +0200 |
commit | 92ec7c93c20a14cbdfb48eaaf169bb1f0cbde74e (patch) | |
tree | 48fd27e11bedf5f9b8a00e5c299c651c20331a9c | |
parent | 1c1997303fbe14ab72066efbbf254b2c45f3e339 (diff) | |
download | gemato-92ec7c93c20a14cbdfb48eaaf169bb1f0cbde74e.tar.gz |
tox: Disable testing pgpy, it's broken upstream
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 = |