mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Remove tox.ini, move warcio to test_requires
This commit is contained in:
parent
b1819c51b9
commit
51a2178cbd
6
setup.py
6
setup.py
@ -40,9 +40,7 @@ deps = [
|
||||
'warctools',
|
||||
'urlcanon>=0.1.dev16',
|
||||
'doublethink>=0.2.0.dev81',
|
||||
'PySocks',
|
||||
'warcio',
|
||||
'requests'
|
||||
'PySocks'
|
||||
]
|
||||
try:
|
||||
import concurrent.futures
|
||||
@ -60,7 +58,7 @@ setuptools.setup(
|
||||
license='GPL',
|
||||
packages=['warcprox'],
|
||||
install_requires=deps,
|
||||
tests_require=['requests>=2.0.1', 'pytest'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||
tests_require=['requests>=2.0.1', 'pytest', 'warcio'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||
cmdclass = {'test': PyTest},
|
||||
test_suite='warcprox.tests',
|
||||
entry_points={
|
||||
|
Loading…
x
Reference in New Issue
Block a user