Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2d5e75

Browse files
msabramobombela
authored andcommitted
setup.py tweaks - update pyzmq-static dependency (to
"pyzmq-static>=2.1.7" since 2.1.7.1 is on PyPI) and add tests_require and test_suite arguments. Conflicts: setup.py
1 parent 6674b11 commit e2d5e75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
'argparse',
4242
'gevent',
4343
'msgpack-python',
44-
'pyzmq-static==2.1.7',
44+
'pyzmq-static>=2.1.7',
4545
],
46+
tests_require=['nose'],
47+
test_suite='nose.collector',
4648
zip_safe=False,
4749
scripts=[
4850
'bin/zerorpc'

0 commit comments

Comments
 (0)