Skip to content

Commit

Permalink
Remove exceptiongroup dependency due to conda-forge#730
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Aug 10, 2022
1 parent d87601b commit b6e08be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
entry_points:
- hypothesis = hypothesis.extra.cli:main
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
Expand All @@ -24,7 +24,8 @@ requirements:
- python >=3.6
- attrs >=19.2.0
# exceptiongroup is rc still and should be only [py<311] but let's see if we can keep this noarch.
- exceptiongroup >=1.0.0rc8
# removed until a non-rc build is available due to https://github.com/conda-forge/hypothesis-feedstock/issues/730
# - exceptiongroup >=1.0.0rc8
- sortedcontainers >=2.1.0,<3.0.0
# [py<39]
- backports.zoneinfo >=0.2.1
Expand Down

0 comments on commit b6e08be

Please sign in to comment.