Revert "skip pytest monkeypatch"
This commit is contained in:
parent
61dedcb4a5
commit
ee602ac243
@ -1,12 +1,9 @@
|
|||||||
import pyqtgraph as pg
|
import pyqtgraph as pg
|
||||||
from math import isclose
|
from math import isclose
|
||||||
import pytest
|
|
||||||
|
|
||||||
app = pg.mkQApp()
|
app = pg.mkQApp()
|
||||||
|
|
||||||
skip_monkey_reason = "monkeypatch causing segfaults"
|
|
||||||
|
|
||||||
@pytest.mark.skipif(True, reason=skip_monkey_reason)
|
|
||||||
def test_AxisItem_stopAxisAtTick(monkeypatch):
|
def test_AxisItem_stopAxisAtTick(monkeypatch):
|
||||||
def test_bottom(p, axisSpec, tickSpecs, textSpecs):
|
def test_bottom(p, axisSpec, tickSpecs, textSpecs):
|
||||||
viewPixelSize = view.viewPixelSize()
|
viewPixelSize = view.viewPixelSize()
|
||||||
@ -96,7 +93,6 @@ def test_AxisItem_leftRelink():
|
|||||||
assert fake_view.sigResized.calls == ['connect', 'disconnect']
|
assert fake_view.sigResized.calls == ['connect', 'disconnect']
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(True, reason=skip_monkey_reason)
|
|
||||||
def test_AxisItem_tickFont(monkeypatch):
|
def test_AxisItem_tickFont(monkeypatch):
|
||||||
def collides(textSpecs):
|
def collides(textSpecs):
|
||||||
fontMetrics = pg.Qt.QtGui.QFontMetrics(font)
|
fontMetrics = pg.Qt.QtGui.QFontMetrics(font)
|
||||||
|
Loading…
Reference in New Issue
Block a user