From faec5be6594dc36c283790020f58e8cb0992478c Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 11 Jan 2019 15:48:38 -0500 Subject: [PATCH] Added some comments to test_binary --- sharppy/tests/test_binary.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sharppy/tests/test_binary.py b/sharppy/tests/test_binary.py index fd093c1e..28585847 100644 --- a/sharppy/tests/test_binary.py +++ b/sharppy/tests/test_binary.py @@ -4,8 +4,10 @@ import glob import sharppy.databases.sars as sars import numpy as np +#from PySide import QtGui full_gui = pytest.importorskip('runsharp.full_gui') +#@pytest.mark.skipif(QtGui.QX11Info.display()) @pytest.mark.skipif("DISPLAY_AVAIL" in os.environ and os.environ["DISPLAY_AVAIL"] == 'NO', reason="DISPLAY not set") def test_main_entry_pt(): #sys.argv = [] @@ -21,5 +23,5 @@ def test_main_entry_pt(): full_gui.test(files) -test_main_entry_pt() +#test_main_entry_pt()