Skip to content

Commit ce4a984

Browse files
committed
test: use nose-py3
1 parent 7cd9c6c commit ce4a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
install_requires=install_requires,
4343
extras_require={
4444
'dev': ['sphinx', 'sphinx_rtd_theme'],
45-
'test': ['nose', 'wsgi_intercept', 'flask'],
45+
'test': ['nose-py3', 'wsgi_intercept', 'flask'],
4646
}
4747
)

0 commit comments

Comments
 (0)