mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix running tests with PyQt 5.11
This was causing the test runner to crash.
This commit is contained in:
parent
2e6401b7dc
commit
f8da8c14e5
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
import unittest.mock
|
import unittest.mock
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
import Arcus #Prevents error: "PyCapsule_GetPointer called with incorrect name" with conflicting SIP configurations between Arcus and PyQt: Import Arcus and Savitar first!
|
||||||
|
import Savitar
|
||||||
from UM.Qt.QtApplication import QtApplication #QtApplication import is required, even though it isn't used.
|
from UM.Qt.QtApplication import QtApplication #QtApplication import is required, even though it isn't used.
|
||||||
from cura.CuraApplication import CuraApplication
|
from cura.CuraApplication import CuraApplication
|
||||||
from cura.MachineActionManager import MachineActionManager
|
from cura.MachineActionManager import MachineActionManager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue