fix: Remove test section in setup.py

This commit is contained in:
Cristian 2020-07-03 13:13:59 -05:00
parent 438203f4ce
commit 4302ae4caa

View file

@ -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'],
}, },