Skip to content

Commit

Permalink
Move pytest-runner to tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 8, 2019
1 parent bae83b6 commit 7f11af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
url = 'https://www.github.com/Christoph2/pydbc',
packages = find_packages(),
install_requires = INSTALL_REQUIRES,
setup_requires=["pytest-runner"],
tests_require=["pytest"],
# setup_requires=["pytest-runner"],
tests_require=["pytest", "pytest-runner"],
entry_points = {
'console_scripts': [
'vndb_importer = pydbc.scripts.vndb_importer:main'
Expand Down

0 comments on commit 7f11af5

Please sign in to comment.