We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b648264 commit 9632a90Copy full SHA for 9632a90
hypothesis-python/RELEASE.rst
@@ -2,3 +2,5 @@ RELEASE_TYPE: patch
2
3
This patch makes the :obj:`~hypothesis.HealthCheck.too_slow` health check more
4
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
@@ -102,7 +102,7 @@ def local_file(name):
102
extras_require=extras,
103
install_requires=[
104
"attrs>=19.2.0",
105
- "exceptiongroup>=1.0.0rc8 ; python_version<'3.11.0b1'",
+ "exceptiongroup>=1.0.0rc8 ; python_version<'3.11'",
106
"sortedcontainers>=2.1.0,<3.0.0",
107
],
108
python_requires=">=3.7",
0 commit comments