Remove test client (#2009)

* Initial

* remove testmanager

* Resolve tests
This commit is contained in:
Adam Hopkins
2021-01-28 09:22:22 +02:00
committed by GitHub
parent 976a4c764d
commit 5545264cea
20 changed files with 72 additions and 340 deletions

View File

@@ -89,15 +89,14 @@ requirements = [
"aiofiles>=0.6.0",
"websockets>=8.1,<9.0",
"multidict>=5.0,<6.0",
"httpx==0.15.4",
]
tests_require = [
"sanic-testing",
"pytest==5.2.1",
"multidict>=5.0,<6.0",
"gunicorn==20.0.4",
"pytest-cov",
"httpcore==0.11.*",
"beautifulsoup4",
uvloop,
ujson,