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:
jack1142
2020-08-01 16:40:19 +02:00
committed by GitHub
parent 3b5183de43
commit 36f1fa15a5
4 changed files with 7 additions and 21 deletions

View File

@@ -17,3 +17,7 @@
| redbot\/vendored
)/
'''
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--import-mode=importlib"