From: Florimond Manca Date: Thu, 26 Sep 2019 11:02:25 +0000 (+0200) Subject: Remove trio redundant extra (#390) X-Git-Tag: 0.7.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e56c8f2d84b55aab7a1cce974b7eabfc8aabf4;p=thirdparty%2Fhttpx.git Remove trio redundant extra (#390) --- diff --git a/setup.py b/setup.py index 298d06f3..8bd9d605 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,6 @@ setup( "idna==2.*", "rfc3986==1.*", ], - extras_require={"trio": ["trio"]}, classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Web Environment", diff --git a/test-requirements.txt b/test-requirements.txt index 870e5586..fb176cab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ --e .[trio] +-e . # Optional brotlipy==0.7.* @@ -13,6 +13,7 @@ pytest pytest-asyncio pytest-trio pytest-cov +trio trustme uvicorn