From 6bc1e7a70741f073194b88998efe7f0519074222 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 25 Aug 2020 17:54:33 +0200 Subject: openpgp: Reimplement WKD support via requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') 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} -- cgit v1.2.3