Skip to content

Commit 9eda70e

Browse files
committed
fix Aqua test issues
1 parent 826e5d6 commit 9eda70e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Project.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,39 @@ GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
3737
DFGPlots = "GraphPlot"
3838

3939
[compat]
40+
Aqua = "0.8"
41+
Base64 = "1.10"
4042
CSV = "0.10"
4143
CodecZlib = "0.7"
4244
Colors = "0.10, 0.11, 0.12"
45+
DataStructures = "0.18"
46+
Dates = "1.10"
4347
Distributions = "0.23, 0.24, 0.25"
4448
DocStringExtensions = "0.8, 0.9"
4549
FileIO = "1"
4650
GraphPlot = "0.5.0"
4751
Graphs = "1.4"
52+
InteractiveUtils = "1.10"
4853
JSON3 = "1"
54+
LinearAlgebra = "1.10"
4955
ManifoldsBase = "0.14, 0.15"
56+
Manifolds = "0.9"
5057
OrderedCollections = "1.4"
5158
Pkg = "1.4, 1.5"
5259
ProgressMeter = "1"
5360
RecursiveArrayTools = "2"
5461
Reexport = "1"
5562
SHA = "0.7, 1"
63+
SparseArrays = "1.10"
5664
StaticArrays = "1"
65+
Statistics = "1.10"
5766
StructTypes = "1"
5867
Tar = "1.9"
68+
Test = "1.10"
5969
TensorCast = "0.3.3, 0.4"
6070
TimeZones = "1.3.1"
61-
julia = "1.9"
71+
UUIDs = "1.10"
72+
julia = "1.10"
6273

6374
[extras]
6475
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ end
148148
Aqua.test_ambiguities([DistributedFactorGraphs])
149149
Aqua.test_unbound_args(DistributedFactorGraphs)
150150
Aqua.test_undefined_exports(DistributedFactorGraphs)
151-
Aqua.test_piracy(DistributedFactorGraphs)
151+
Aqua.test_piracies(DistributedFactorGraphs)
152152
Aqua.test_project_extras(DistributedFactorGraphs)
153153
Aqua.test_stale_deps(DistributedFactorGraphs; ignore = [:Colors])
154154
Aqua.test_deps_compat(DistributedFactorGraphs)
155-
Aqua.test_project_toml_formatting(DistributedFactorGraphs)
155+
# Aqua.test_project_toml_formatting(DistributedFactorGraphs) # deprecated in Aqua.jl v0.8
156156
end

0 commit comments

Comments
 (0)