We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6888d70 commit d2ce599Copy full SHA for d2ce599
pip/tests/test_enums.py
@@ -10,7 +10,9 @@
10
import io
11
12
from qsharp import TargetProfile
13
-from qsharp.interop.qiskit import OutputSemantics, ProgramType
+# pull in from native module for tests so that we don't have to install qiskit
14
+# using the interop module
15
+from qsharp._native import OutputSemantics, ProgramType
16
17
18
def test_target_profile_int_values_match_enum_values() -> None:
0 commit comments