We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b0591 commit 310ebccCopy full SHA for 310ebcc
setup.py
@@ -23,7 +23,6 @@
23
24
if sys.version_info < (2, 7):
25
install_reqs += ['argparse']
26
- tests_reqs += ['unittest2']
27
28
if sys.version_info[0] > 2:
29
readme = open('README.rst', encoding='utf-8').read()
0 commit comments