Move pytest-runner to test_deps

This commit is contained in:
Lorenz Diener 2018-08-02 15:55:02 +02:00 cometido por GitHub
pare ef1bb2e4b0
commit 191ad84cef
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

Veure arxiu

@ -1,6 +1,6 @@
from setuptools import setup
test_deps = ['pytest', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock']
test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock']
extras = {
"test": test_deps
}
@ -9,7 +9,6 @@ setup(name='Mastodon.py',
version='1.3.1',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
setup_requires=['pytest-runner'],
install_requires=[
'requests',
'python-dateutil',