summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-04-25 10:23:22 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-04-25 10:23:22 -0500
commit731f7fe778c19378dfcbc1a5e9165f666ebb90df (patch)
treedc4bafd1777182bbc016aee2f46e4af99f9669b2 /pyuno
parent6ee8e0eb5c80e3d79d3d2eed7a4a9a577f5e18ba (diff)
disable pytest_ssl on mac
Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Module_pyuno.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 8cd37a12bcc6..2ae3733d641d 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -60,9 +60,11 @@ endif
endif # SYSTEM_PYTHON
+ifneq ($(OS),MACOSX)
$(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \
))
+endif
ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))
$(eval $(call gb_Module_add_targets,pyuno, \