Skip to content

Commit 6341247

Browse files
committed
Removed async_generator from test-requirements
1 parent 8cc13d8 commit 6341247

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typing-extensions; implementation_name == "cpython"
2424
cffi; os_name == "nt"
2525
attrs >= 19.2.0
2626
sortedcontainers
27-
async_generator >= 1.9
27+
contextlib2; python_version < '3.10'
2828
idna
2929
outcome
3030
sniffio

test-requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ astor==0.8.1
88
# via -r test-requirements.in
99
astroid==2.8.4
1010
# via pylint
11-
async-generator==1.10
12-
# via -r test-requirements.in
1311
attrs==21.2.0
1412
# via
1513
# -r test-requirements.in
@@ -23,6 +21,8 @@ cffi==1.15.0
2321
# via cryptography
2422
click==8.0.3
2523
# via black
24+
contextlib2==21.6.0 ; python_version < "3.10"
25+
# via -r test-requirements.in
2626
coverage[toml]==6.0.2
2727
# via pytest-cov
2828
cryptography==36.0.1
@@ -38,8 +38,6 @@ idna==3.3
3838
# via
3939
# -r test-requirements.in
4040
# trustme
41-
immutables==0.16
42-
# via -r test-requirements.in
4341
importlib-metadata==4.2.0
4442
# via
4543
# click
@@ -149,7 +147,6 @@ typing-extensions==3.10.0.2 ; implementation_name == "cpython"
149147
# -r test-requirements.in
150148
# astroid
151149
# black
152-
# immutables
153150
# importlib-metadata
154151
# mypy
155152
# pylint

0 commit comments

Comments
 (0)