mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix: Remove test section in setup.py
This commit is contained in:
parent
438203f4ce
commit
4302ae4caa
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -64,10 +64,8 @@ setuptools.setup(
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-rtd-theme",
|
"sphinx-rtd-theme",
|
||||||
"recommonmark",
|
"recommonmark",
|
||||||
|
"pytest",
|
||||||
],
|
],
|
||||||
"test": [
|
|
||||||
"pytest"
|
|
||||||
]
|
|
||||||
# 'redis': ['redis', 'django-redis'],
|
# 'redis': ['redis', 'django-redis'],
|
||||||
# 'pywb': ['pywb', 'redis'],
|
# 'pywb': ['pywb', 'redis'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue