From ad6ed36c82cbdf6ebb244b93991d3187188f2b7d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 13 Jan 2019 13:32:40 +0100 Subject: Add tqdm to unittest/requirements.txt The test_mulitple.py unit test requires tqdm, which is not a dependency of any of the requirements and was not included in the requirements list. --- unittest/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unittest/requirements.txt b/unittest/requirements.txt index 5c0110b..6d718ad 100644 --- a/unittest/requirements.txt +++ b/unittest/requirements.txt @@ -1,4 +1,5 @@ cffi pytest-repeat pytest-randomly -oath \ No newline at end of file +tqdm +oath -- cgit v1.2.1