mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
Bump pytest to version 6.0.1 and yarl to 1.5.1 (#4126)
* Update pytest to version 6.0.1 * remove some awful monkeypatching * use new import mode * Update yarl to 1.5.1
This commit is contained in:
@@ -58,7 +58,7 @@ install_requires =
|
||||
typing-extensions==3.7.4.2
|
||||
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
websockets==8.1
|
||||
yarl==1.5.0
|
||||
yarl==1.5.1
|
||||
|
||||
[options.extras_require]
|
||||
docs =
|
||||
@@ -94,6 +94,7 @@ style =
|
||||
typed-ast==1.4.1
|
||||
test =
|
||||
astroid==2.4.2
|
||||
iniconfig==1.0.1
|
||||
isort==4.3.21
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
@@ -103,12 +104,11 @@ test =
|
||||
py==1.9.0
|
||||
pylint==2.5.3
|
||||
pyparsing==2.4.7
|
||||
pytest==5.4.3
|
||||
pytest==6.0.1
|
||||
pytest-asyncio==0.14.0
|
||||
pytest-mock==3.2.0
|
||||
six==1.15.0
|
||||
toml==0.10.1
|
||||
wcwidth==0.2.5
|
||||
wrapt==1.12.1
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
Reference in New Issue
Block a user