Skip to content

Commit

Permalink
Remove typing_extensions from the tests requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jan 8, 2023
1 parent 82b80d9 commit 2159af3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"wrapt>=1.14,<2;python_version>='3.11'",
"wrapt>=1.11,<2;python_version<'3.11'",
"typed-ast>=1.4.0,<2.0;implementation_name=='cpython' and python_version<'3.8'",
"typing-extensions>=4.0.0;python_version<'3.10'",
"typing-extensions>=4.0.0",
]
dynamic = ["version"]

Expand Down
1 change: 0 additions & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
coverage~=7.0
pytest
pytest-cov~=4.0
typing-extensions>=4.0.0

0 comments on commit 2159af3

Please sign in to comment.