Skip to content

Commit aabf8de

Browse files
committed
remove nose and pytest-tornasync refs
1 parent b39ace9 commit aabf8de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@
5151
"pywin32>=1.0 ; sys_platform == 'win32'"
5252
],
5353
extras_require = {
54-
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
55-
'pytest', 'pytest-cov', 'pytest-jupyter', 'pytest-tornasync',
54+
'test': ['coverage', 'requests',
55+
'pytest', 'pytest-cov', 'pytest-jupyter',
5656
'pytest-console-scripts', 'ipykernel'],
57-
'test:sys_platform == "win32"': ['nose-exclude'],
5857
},
5958
python_requires = '>=3.6',
6059
entry_points = {

0 commit comments

Comments
 (0)