From 125c62098c35e2e7fcf4ad916d764a5a69edd9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 20 Jun 2019 13:45:33 +0200 Subject: tests: Drop hypothesis from the tests. Hypothesis recently had some problems with the typing module breaking the tox tests. Since Hypothesis isn't really used much in the test this patch removes it from them as well as from the test-requirements. --- python/test-requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'python/test-requirements.txt') diff --git a/python/test-requirements.txt b/python/test-requirements.txt index eb89250..b18f27f 100644 --- a/python/test-requirements.txt +++ b/python/test-requirements.txt @@ -1,5 +1,4 @@ pytest -hypothesis pytest-flake8 pytest-isort pytest-cov -- cgit v1.2.3