Skip to content

Commit d2ce599

Browse files
authored
Update import in test to bypass interop module
1 parent 6888d70 commit d2ce599

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pip/tests/test_enums.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
import io
1111

1212
from qsharp import TargetProfile
13-
from qsharp.interop.qiskit import OutputSemantics, ProgramType
13+
# 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
1416

1517

1618
def test_target_profile_int_values_match_enum_values() -> None:

0 commit comments

Comments
 (0)