Skip to content

Commit 86ce684

Browse files
committed
[PythonKit] Updated tests for Windows
1 parent f2f0bf1 commit 86ce684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/PythonKitTests/PythonRuntimeTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class PythonRuntimeTests: XCTestCase {
163163
}
164164
}
165165

166+
#if !os(Windows)
166167
func testTuple() {
167168
let element1: PythonObject = 0
168169
let element2: PythonObject = "abc"
@@ -188,6 +189,7 @@ class PythonRuntimeTests: XCTestCase {
188189

189190
XCTAssertEqual(element2, quadruple[1])
190191
}
192+
#endif
191193

192194
func testMethodCalling() {
193195
let list: PythonObject = [1, 2]

0 commit comments

Comments
 (0)