Skip to content

Commit

Permalink
Update test_aqua.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Aug 3, 2024
1 parent d016c65 commit 06c27d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ using QuantumSavory

Aqua.test_all(QuantumSavory,
ambiguities=(QuantumSavory; recursive=false),
piracies=(; treat_as_own=[]),
piracies=(; treat_as_own=[QuantumSavory.Symbolic]),
stale_deps=(; ignore=[:NetworkLayout]) # needed by package extension but not a condition of its loading
)
)

0 comments on commit 06c27d5

Please sign in to comment.