Move pytest-runner to test_deps
This commit is contained in:
pare
ef1bb2e4b0
commit
191ad84cef
S'han modificat 1 arxius amb 1 adicions i 2 eliminacions
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Referencia en una nova incidència