File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ dependencies = [
3030 " typing-extensions>=4.0" ,
3131]
3232
33- # Legacy fields
34- author = " Diprog, Florian Zager"
35- url = " https://github.com/diprog/python-tls-client-async"
36-
3733[project .urls ]
3834Homepage = " https://github.com/diprog/python-tls-client-async"
3935Documentation = " https://github.com/diprog/python-tls-client-async#readme"
@@ -54,4 +50,16 @@ async_tls_client = [
5450[tool .setuptools .packages .find ]
5551where = [" ." ]
5652include = [" async_tls_client*" ]
57- exclude = [" tests*" , " examples*" , " scripts*" ]
53+ exclude = [" tests*" , " examples*" , " scripts*" ]
54+
55+
56+ # Tests
57+ [project .optional-dependencies ]
58+ test = [
59+ " pytest>=7.0" ,
60+ " pytest-asyncio>=0.20" ,
61+ ]
62+
63+ [tool .pytest .ini_options ]
64+ asyncio_mode = " auto"
65+ addopts = " -v"
You can’t perform that action at this time.
0 commit comments