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