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-rtd-theme",
|
||||
"recommonmark",
|
||||
"pytest",
|
||||
],
|
||||
"test": [
|
||||
"pytest"
|
||||
]
|
||||
# 'redis': ['redis', 'django-redis'],
|
||||
# 'pywb': ['pywb', 'redis'],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue