Skip to content

Commit

Permalink
Remove pytest-runner from setup.py
Browse files Browse the repository at this point in the history
pytest-runner is not available in RHEL7

Signed-off-by: Vadim Rutkovsky <[email protected]>
  • Loading branch information
vrutkovs committed Apr 4, 2017
1 parent 20acf60 commit d0bead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ def _install_requirements():
},
install_requires=_install_requirements(),
data_files=data_files.items(),
setup_requires=['pytest-runner'],
setup_requires=[],
tests_require=_get_requirements('tests/requirements.txt'),
)

0 comments on commit d0bead8

Please sign in to comment.