We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c350b3 commit ab7da93Copy full SHA for ab7da93
testing/test_bugs.py
@@ -17,6 +17,8 @@
17
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19
20
+import sys
21
+
22
from pyrepl.historical_reader import HistoricalReader
23
from .infrastructure import EA, TestReader, read_spec
24
@@ -46,6 +48,7 @@ def test_cmd_instantiation_crash():
46
48
read_spec(spec, HistoricalTestReader)
47
49
50
51
+@pytest.mark.skipif(sys.platform == "osx", reason="hangs on osx")
52
def test_signal_failure(monkeypatch):
53
import os
54
import pty
0 commit comments