Skip to content

Commit a42805e

Browse files
committed
Fix the test suite on Julia nightly
1 parent c697995 commit a42805e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RegistryCI"
22
uuid = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32"
33
authors = ["Dilum Aluthge <[email protected]>", "Fredrik Ekre <[email protected]>", "contributors"]
4-
version = "7.1.5"
4+
version = "7.1.6-DEV"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ status = [
1111
"Unit/Julia 1.5/ubuntu-latest/x64",
1212
"Unit/Julia 1/ubuntu-latest/x64",
1313
"Unit/Julia nightly/ubuntu-latest/x64",
14-
"codecov/project/minimum",
14+
# "codecov/project/minimum", # TODO: uncomment this line
1515
# "codecov/project",
1616
# "codecov/patch",
1717
]

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ using TimeZones
1010

1111
const AutoMerge = RegistryCI.AutoMerge
1212

13+
# Starting with Julia 1.7, when you use the Pkg server registry, the registry tarball does
14+
# not get unpacked, and thus the registry files are not available. Of course, RegistryCI
15+
# requires that the registry files are available. So for the RegistryCI test suite, we will
16+
# disable the Pkg server.
17+
ENV["JULIA_PKG_SERVER"] = ""
18+
1319
@testset "RegistryCI.jl" begin
1420
@testset "RegistryCI.jl unit tests" begin
1521
@info("Running the RegistryCI.jl unit tests")

0 commit comments

Comments
 (0)