Skip to content

Commit 8db7678

Browse files
authored
Merge pull request #2 from ogauthe/Aqua
explicit broken Aqua.test_stale_deps
2 parents 4ef9dbc + e84b799 commit 8db7678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@
1212
This package resides in the `ITensor/ITensorRegistry` local registry.
1313
In order to install, simply add that registry through your package manager.
1414
This step is only required once.
15-
1615
```julia
1716
julia> using Pkg: Pkg
1817

1918
julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
2019
```
21-
2220
Then, the package can be added as usual through the package manager:
2321

24-
2522
```julia
2623
julia> Pkg.add("FusionTensors")
2724
```

test/test_aqua.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ using Test: @testset
1111
Aqua.test_deps_compat(FusionTensors)
1212
Aqua.test_piracies(FusionTensors)
1313
Aqua.test_persistent_tasks(FusionTensors)
14-
#Aqua.test_deps_compat(testtarget)
14+
15+
# TODO fix test_stale_deps
16+
# TODO replace with Aqua.test_all
17+
# Aqua.test_stale_deps(FusionTensors)
1518
end
1619
end

0 commit comments

Comments
 (0)