Skip to content

Commit 9632a90

Browse files
committed
Fix pipenv install issue
1 parent b648264 commit 9632a90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ RELEASE_TYPE: patch
22

33
This patch makes the :obj:`~hypothesis.HealthCheck.too_slow` health check more
44
consistent with long :obj:`~hypothesis.settings.deadline` tests (:issue:`3367`)
5+
and fixes an install issue under :pypi:`pipenv` which was introduced in
6+
:ref:`Hypothesis 6.47.2 <v6.47.2>` (:issue:`3374`).

hypothesis-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def local_file(name):
102102
extras_require=extras,
103103
install_requires=[
104104
"attrs>=19.2.0",
105-
"exceptiongroup>=1.0.0rc8 ; python_version<'3.11.0b1'",
105+
"exceptiongroup>=1.0.0rc8 ; python_version<'3.11'",
106106
"sortedcontainers>=2.1.0,<3.0.0",
107107
],
108108
python_requires=">=3.7",

0 commit comments

Comments
 (0)