raven/base/python-hypothesis/hypothesis-remove-exceptiongroup.patch
2024-02-21 13:47:54 +06:00

12 lines
445 B
Diff

diff -Naur a/hypothesis-python/setup.py b/hypothesis-python/setup.py
--- a/hypothesis-python/setup.py 2024-01-08 16:50:21.035798209 +0600
+++ b/hypothesis-python/setup.py 2024-01-08 16:51:01.305542356 +0600
@@ -102,7 +102,6 @@
extras_require=extras,
install_requires=[
"attrs>=19.2.0",
- "exceptiongroup>=1.0.0 ; python_version<'3.11'",
"sortedcontainers>=2.1.0,<3.0.0",
],
python_requires=">=3.7",