Skip to content

Commit

Permalink
use TestItemRunner 1.1 and do not use TestItems on Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Feb 3, 2025
1 parent 42e1a8b commit 4485075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Random = "1.9"
Setfield = "0.7, 0.8, 0.9, 1"
StaticArrays = "1.6"
Test = "1.9"
TestItemRunner = "1"
TestItemRunner = "1.1"
TestItems = "1"
Unitful = "1.19"
julia = "1.9"
Expand All @@ -53,7 +53,6 @@ PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[targets]
test = ["Test", "TestItemRunner", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements", "BenchmarkTools", "Aqua", "Documenter", "PDBTools", "TestItems"]
test = ["Test", "TestItemRunner", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements", "BenchmarkTools", "Aqua", "Documenter", "PDBTools"]
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using TestItemRunner
using TestItems

@testmodule AllocTest begin
# This module defines the Allocs struct and the comparison operators
Expand Down

0 comments on commit 4485075

Please sign in to comment.