From e94a0676ce6218526b74ee15d0f3d91e0fa50a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Sep 2023 15:13:33 +0200 Subject: [PATCH] Remove an unused test dependency on hypothesis --- tests/requirements.in | 1 - tests/requirements.txt | 4 ---- 2 files changed, 5 deletions(-) diff --git a/tests/requirements.in b/tests/requirements.in index 9a54149..e079f8a 100644 --- a/tests/requirements.in +++ b/tests/requirements.in @@ -1,2 +1 @@ -hypothesis pytest diff --git a/tests/requirements.txt b/tests/requirements.txt index 6eaa67e..b216e7c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile tests/requirements.in # -attrs==23.1.0 - # via hypothesis hypothesis==6.83.0 # via -r tests/requirements.in iniconfig==2.0.0 @@ -16,5 +14,3 @@ pluggy==1.3.0 # via pytest pytest==7.4.0 # via -r tests/requirements.in -sortedcontainers==2.4.0 - # via hypothesis