mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
build: remove pytest-runner (fixes #749)
This commit is contained in:
@@ -9,7 +9,6 @@ cryptography==40.0.1
|
|||||||
Sphinx==5.3.0
|
Sphinx==5.3.0
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
pytest==7.2.2
|
pytest==7.2.2
|
||||||
pytest-runner==6.0.0
|
|
||||||
vcrpy==2.1.1
|
vcrpy==2.1.1
|
||||||
twine==4.0.2
|
twine==4.0.2
|
||||||
black==23.1.0
|
black==23.1.0
|
||||||
|
|||||||
5
setup.py
5
setup.py
@@ -29,10 +29,6 @@ requirements = [
|
|||||||
'websocket-client'
|
'websocket-client'
|
||||||
]
|
]
|
||||||
|
|
||||||
setup_requirements = [
|
|
||||||
'pytest-runner',
|
|
||||||
]
|
|
||||||
|
|
||||||
test_requirements = [
|
test_requirements = [
|
||||||
'pytest',
|
'pytest',
|
||||||
'vcrpy',
|
'vcrpy',
|
||||||
@@ -76,5 +72,4 @@ setup(
|
|||||||
],
|
],
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
setup_requires=setup_requirements,
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user