Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Jul 25, 2021
1 parent 8a37f09 commit a1668e9
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 @@ -15,7 +15,7 @@
url="https://github.com/nickw444/appdaemon-testing",
entry_points={"pytest11": ["appdaemon_testing = appdaemon_testing.pytest"]},
install_requires=["appdaemon"],
setup_requires=['pytest-runner'],
setup_requires=["pytest-runner"],
tests_require=tests_require,
extras_require={"test": tests_require, "pytest": ["pytest"]},
license="MIT",
Expand Down

0 comments on commit a1668e9

Please sign in to comment.