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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/setup.py b/test/setup.py
index 0e393bc1..9f3b4b48 100644
--- a/test/setup.py
+++ b/test/setup.py
@@ -1,6 +1,7 @@
from setuptools import setup
setup(
+ py_modules=[],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)