Skip to content

Commit

Permalink
remove xmlrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmrefresh committed Aug 10, 2019
1 parent ec196db commit e6c248c
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 @@ -32,7 +32,7 @@ def get_version():
license="MIT",
packages=find_packages(),
install_requires=['requests', 'grafana_api'],
tests_require=['tox', 'coverage', 'wheel', 'requests_mock', 'xmlrunner', 'pytest'],
tests_require=['tox', 'coverage', 'wheel', 'requests_mock', 'pytest'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit e6c248c

Please sign in to comment.