summaryrefslogtreecommitdiffstats
path: root/comm/python/mutlh/mutlh/test/python.ini
diff options
context:
space:
mode:
Diffstat (limited to 'comm/python/mutlh/mutlh/test/python.ini')
-rw-r--r--comm/python/mutlh/mutlh/test/python.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/comm/python/mutlh/mutlh/test/python.ini b/comm/python/mutlh/mutlh/test/python.ini
new file mode 100644
index 0000000000..3dafe825cd
--- /dev/null
+++ b/comm/python/mutlh/mutlh/test/python.ini
@@ -0,0 +1,11 @@
+[DEFAULT]
+subsuite = mutlh
+
+[test_decorators.py]
+[test_site.py]
+[test_site_compatibility.py]
+# The Windows and Mac workers only use the internal PyPI mirror,
+# which will be missing packages required for this test.
+skip-if =
+ os == "win"
+ os == "mac"