Merge pull request #2268 from reyoung/feature/fix_bug_in_run_python_tests
Fix bug in run_python_tests.shrefactor_docs
commit
21be601be5
@ -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