* Also, test_plot cannot run in MacOS because of matplotlib & ipython's limit. * Add missing dependency in setup.py. * fix #2264refactor_docs
parent
a0be0ed689
commit
19127b479c
@ -1 +1,5 @@
|
||||
add_python_test(test_ploter test_ploter.py)
|
||||
if (NOT APPLE)
|
||||
# The Mac OS X backend will not be able to function correctly if Python is
|
||||
# not installed as a framework.
|
||||
add_python_test(test_ploter test_ploter.py)
|
||||
endif()
|
||||
|
Loading…
Reference in new issue