Skip to content

Commit

Permalink
test: use nose-py3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Yun committed Apr 2, 2024
1 parent 7cd9c6c commit ce4a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
install_requires=install_requires,
extras_require={
'dev': ['sphinx', 'sphinx_rtd_theme'],
'test': ['nose', 'wsgi_intercept', 'flask'],
'test': ['nose-py3', 'wsgi_intercept', 'flask'],
}
)

0 comments on commit ce4a984

Please sign in to comment.