Skip to content

Commit e83d167

Browse files
authored
Update test deps and remove test environment (#341)
* Update test deps and remove test environment * Reinstate Documenter v0.27
1 parent 9bc475e commit e83d167

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
77

88
[compat]
99
Adapt = "2, 3, 4"
10-
Aqua = "0.6"
10+
Aqua = "0.8"
1111
CatIndices = "0.2"
12+
DelimitedFiles = "<0.0.1, 1"
1213
DistributedArrays = "0.6"
13-
Documenter = "0.27"
14+
Documenter = "0.27, 1"
1415
EllipsisNotation = "1"
1516
FillArrays = "0.11, 0.13, 1"
17+
LinearAlgebra = "<0.0.1, 1"
1618
StaticArrays = "1"
19+
Test = "<0.0.1, 1"
1720
julia = "0.7, 1"
1821

1922
[extras]

test/Project.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function same_value(r1, r2)
4141
end
4242

4343
@testset "Project meta quality checks" begin
44-
Aqua.test_all(OffsetArrays, piracy=false)
44+
Aqua.test_all(OffsetArrays, piracies=false)
4545
if VERSION >= v"1.2"
4646
doctest(OffsetArrays, manual = false)
4747
end

0 commit comments

Comments
 (0)