Skip to content

Commit

Permalink
change brotli package used for tests tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KristobalJunta committed Feb 19, 2022
1 parent b15b70c commit 9062bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ uvloop; platform_system != "Windows" and python_version > '3.6'

# optional for shell wrapper tests
bpython
brotlipy # optional for HTTP compress downloader middleware tests
brotli # optional for HTTP compress downloader middleware tests
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
ipython
pywin32; sys_platform == "win32"

0 comments on commit 9062bb8

Please sign in to comment.