From 6e56c141386072f24b9af73bd0cbbda431134c36 Mon Sep 17 00:00:00 2001 From: Jonas Schumacher Date: Thu, 28 Sep 2023 12:26:58 +0200 Subject: [PATCH] Try to fix tests by moving Artifacts.toml --- test/Artifacts.toml => Artifacts.toml | 0 Project.toml | 4 ++-- test/runtests.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename test/Artifacts.toml => Artifacts.toml (100%) diff --git a/test/Artifacts.toml b/Artifacts.toml similarity index 100% rename from test/Artifacts.toml rename to Artifacts.toml diff --git a/Project.toml b/Project.toml index 0363893..f37b3c8 100644 --- a/Project.toml +++ b/Project.toml @@ -23,9 +23,9 @@ julia = "1" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" -LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" +Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" Scratch = "6c6a2e73-6563-6170-7368-637461726353" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Aqua", "LazyArtifacts", "Scratch", "Test"] +test = ["Aqua", "Artifacts", "Scratch", "Test"] diff --git a/test/runtests.jl b/test/runtests.jl index 0f50cdd..b1e432a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,7 +4,7 @@ using MPIFiles using SphericalHarmonicExpansions using Test using Aqua -using LazyArtifacts +using Artifacts using Scratch const datadir = artifact"testData"