Skip to content

Commit

Permalink
Merge pull request #845 from hydrosquall/cameron.yick/fix-build-dep
Browse files Browse the repository at this point in the history
build: remove pytest-runner (fixes #749)
  • Loading branch information
hydrosquall committed Mar 29, 2023
2 parents 199d3ac + 0fd003a commit f43da4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cryptography==40.0.1
Sphinx==5.3.0
PyYAML==6.0
pytest==7.2.2
pytest-runner==6.0.0
vcrpy==2.1.1
twine==4.0.2
black==23.1.0
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ def read(*filenames, **kwargs):
'websocket-client'
]

setup_requirements = [
'pytest-runner',
]

test_requirements = [
'pytest',
'vcrpy',
Expand Down Expand Up @@ -76,5 +72,4 @@ def read(*filenames, **kwargs):
],
test_suite='tests',
tests_require=test_requirements,
setup_requires=setup_requirements,
)

0 comments on commit f43da4f

Please sign in to comment.