summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-25 17:54:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-25 17:54:33 +0200
commit6bc1e7a70741f073194b88998efe7f0519074222 (patch)
tree7c97a681fb4c10b92975ca5058de828f999efe5a /tox.ini
parentf1c904feb96dac663fd3e93152c9febf8a8a640a (diff)
downloadgemato-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.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 253d5d3..9cc1b6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,8 @@ deps =
pytest
pytest-cov
pytest-xdist
+ requests
+ responses
commands =
pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs}