pytent / pytentd

Python implementation of the tent.io server protocol
http://pytent.github.com/pytentd/
Other
23 stars 4 forks source link

Add dependency on mock to setup.py #42

Closed ravenscroftj closed 11 years ago

ravenscroftj commented 11 years ago

Mock should be added to the setup script so that distribute can try and download it when the user installs pytentd.

Should be a one line change, nothing major.

borntyping commented 11 years ago

It's in tests_require, and so gets downloaded and installed locally when the user runssetup.py test`.

ravenscroftj commented 11 years ago

Ahh ok, my bad. Closing as nofix.