Skip to content

Commit

Permalink
TST: Reintroduce typing_extensions as a test requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek authored and BvB93 committed May 26, 2022
1 parent 4461ec4 commit 4682699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- hypothesis
# For type annotations
- mypy=0.950
- typing_extensions>=4.2.0
# For building docs
- sphinx=4.5.0
- sphinx-panels
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ cffi; python_version < '3.10'
# - Mypy relies on C API features not present in PyPy
# NOTE: Keep mypy in sync with environment.yml
mypy==0.950; platform_python_implementation != "PyPy"
typing_extensions>=4.2.0

0 comments on commit 4682699

Please sign in to comment.