mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
nose.collector wasn't working
This commit is contained in:
parent
1f0a894eba
commit
9c6c18d274
4
setup.py
4
setup.py
@ -14,8 +14,8 @@ setuptools.setup(name='warcprox',
|
|||||||
packages=['warcprox'],
|
packages=['warcprox'],
|
||||||
install_requires=['pyopenssl', 'warctools>=4.8.3'], # gdbm/dbhash?
|
install_requires=['pyopenssl', 'warctools>=4.8.3'], # gdbm/dbhash?
|
||||||
dependency_links=['git+https://github.com/nlevitt/warctools.git@python3#egg=warctools-4.8.3'],
|
dependency_links=['git+https://github.com/nlevitt/warctools.git@python3#egg=warctools-4.8.3'],
|
||||||
tests_require=['nose', 'requests>=2.0.1'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
tests_require=['requests>=2.0.1'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||||
test_suite='nose.collector',
|
test_suite='warcprox.tests.test_warcprox',
|
||||||
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user