Skip to content

Commit c1df0aa

Browse files
authored
Tests hotfix (#187)
1 parent 4b80a64 commit c1df0aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/main.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,12 @@ end
198198
@test true
199199
end
200200

201-
@testitem "install/remove python (build=**cpython**)" begin
201+
@testitem "install cpython" begin
202202
@testset "$version" for version in ["3.12.*", "3.13.*"]
203203
include("setup.jl")
204204
CondaPkg.add("python", version = version, build = "**cpython**")
205-
CondaPkg.resolve()
206205
@test occursin("python", status())
207206
@test occursin("($version, build=**cpython**)", status())
208-
CondaPkg.rm("python")
209-
CondaPkg.resolve()
210-
@test !occursin("python", status())
211207
end
212208
end
213209

0 commit comments

Comments
 (0)