Skip to content

Commit

Permalink
Removed async_generator from test-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 24, 2022
1 parent 8cc13d8 commit 6341247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ typing-extensions; implementation_name == "cpython"
cffi; os_name == "nt"
attrs >= 19.2.0
sortedcontainers
async_generator >= 1.9
contextlib2; python_version < '3.10'
idna
outcome
sniffio
7 changes: 2 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ astor==0.8.1
# via -r test-requirements.in
astroid==2.8.4
# via pylint
async-generator==1.10
# via -r test-requirements.in
attrs==21.2.0
# via
# -r test-requirements.in
Expand All @@ -23,6 +21,8 @@ cffi==1.15.0
# via cryptography
click==8.0.3
# via black
contextlib2==21.6.0 ; python_version < "3.10"
# via -r test-requirements.in
coverage[toml]==6.0.2
# via pytest-cov
cryptography==36.0.1
Expand All @@ -38,8 +38,6 @@ idna==3.3
# via
# -r test-requirements.in
# trustme
immutables==0.16
# via -r test-requirements.in
importlib-metadata==4.2.0
# via
# click
Expand Down Expand Up @@ -149,7 +147,6 @@ typing-extensions==3.10.0.2 ; implementation_name == "cpython"
# -r test-requirements.in
# astroid
# black
# immutables
# importlib-metadata
# mypy
# pylint
Expand Down

0 comments on commit 6341247

Please sign in to comment.