diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-25 17:54:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-25 17:54:33 +0200 |
commit | 6bc1e7a70741f073194b88998efe7f0519074222 (patch) | |
tree | 7c97a681fb4c10b92975ca5058de828f999efe5a /tox.ini | |
parent | f1c904feb96dac663fd3e93152c9febf8a8a640a (diff) | |
download | gemato-6bc1e7a70741f073194b88998efe7f0519074222.tar.gz |
openpgp: Reimplement WKD support via requests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ deps = pytest pytest-cov pytest-xdist + requests + responses commands = pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs} |