Skip to content

Commit 4a772eb

Browse files
committed
remove check that GC queue must not be empty
1 parent c05a22f commit 4a772eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/GC.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
finalize(obj)
66
end
77
end
8-
Threads.nthreads() > 1 &&
9-
VERSION >= v"1.10.0-" &&
10-
@test !isempty(PythonCall.GC.QUEUE.items)
118
PythonCall.GC.gc()
129
@test isempty(PythonCall.GC.QUEUE.items)
1310
end
@@ -19,9 +16,6 @@ end
1916
finalize(obj)
2017
end
2118
end
22-
Threads.nthreads() > 1 &&
23-
VERSION >= v"1.10.0-" &&
24-
@test !isempty(PythonCall.GC.QUEUE.items)
2519
GC.gc()
2620
@test isempty(PythonCall.GC.QUEUE.items)
2721
end

0 commit comments

Comments
 (0)