Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup.py')
-rw-r--r--test/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/setup.py b/test/setup.py
index 9f3b4b48..cdde20d3 100644
--- a/test/setup.py
+++ b/test/setup.py
@@ -2,6 +2,6 @@ from setuptools import setup
setup(
py_modules=[],
- setup_requires=['pytest-runner'],
- tests_require=['pytest'],
+ setup_requires=["pytest-runner"],
+ tests_require=["pytest"],
)