From a1668e952565f3687a74539058416f67aaa4aff7 Mon Sep 17 00:00:00 2001 From: Nick Whyte Date: Sun, 25 Jul 2021 10:47:50 +1000 Subject: [PATCH] . --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b27d44..1ccb887 100644 --- a/setup.py +++ b/setup.py @@ -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",