Skip to content

Commit

Permalink
Run Aqua.test_stale_deps(Transducers) (#396)
Browse files Browse the repository at this point in the history
* Update: Aqua

Using commit:
Test stale dependencies
JuliaTesting/Aqua.jl@e8d6be5

* Run Aqua.test_stale_deps(Transducers)

* Require Aqua 0.4.4
  • Loading branch information
tkf committed Aug 4, 2020
1 parent 5c0b7fb commit 0e1a4a3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Expand Up @@ -32,6 +32,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Aqua = "0.4.4"
Compat = ">= 3.9"
DataFrames = ">= 0.20"
LiterateTest = "0.1.1"
2 changes: 1 addition & 1 deletion test/environments/jl10/Manifest.toml
@@ -1,6 +1,6 @@
[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "3a45b0fd092e5e35bde98d244dbf53f1438aede9"
git-tree-sha1 = "2c366fa12569d9232b5b7cfa37c36f3f1b2665b2"
repo-rev = "master"
repo-url = "https://github.com/tkf/Aqua.jl.git"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
1 change: 1 addition & 0 deletions test/environments/jl10/Project.toml
Expand Up @@ -32,6 +32,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Aqua = "0.4.4"
BlockArrays = "< 0.11"
Compat = ">= 3.9"
DataFrames = ">= 0.20"
Expand Down
2 changes: 1 addition & 1 deletion test/environments/main/Manifest.toml
Expand Up @@ -2,7 +2,7 @@

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "3a45b0fd092e5e35bde98d244dbf53f1438aede9"
git-tree-sha1 = "2c366fa12569d9232b5b7cfa37c36f3f1b2665b2"
repo-rev = "master"
repo-url = "https://github.com/tkf/Aqua.jl.git"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
1 change: 1 addition & 0 deletions test/environments/main/Project.toml
Expand Up @@ -32,6 +32,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Aqua = "0.4.4"
Compat = ">= 3.9"
DataFrames = ">= 0.20"
LiterateTest = "0.1.1"
4 changes: 4 additions & 0 deletions test/test_aqua.jl
Expand Up @@ -34,4 +34,8 @@ end
end
end

@testset "Stale dependencies" begin
Aqua.test_stale_deps(Transducers)
end

end # module

0 comments on commit 0e1a4a3

Please sign in to comment.