Skip to content

Commit

Permalink
Remove Base64 from tests (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Nov 20, 2023
1 parent e445b49 commit 211877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ BandedMatricesSparseArraysExt = "SparseArrays"

[compat]
Aqua = "0.8"
Base64 = "1.6"
ArrayLayouts = "1.1"
Documenter = "0.27"
FillArrays = "1.3"
Expand All @@ -32,7 +31,6 @@ julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
Expand All @@ -41,4 +39,4 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Base64", "Documenter", "GenericLinearAlgebra", "InfiniteArrays", "Random", "SparseArrays", "Test"]
test = ["Aqua", "Documenter", "GenericLinearAlgebra", "InfiniteArrays", "Random", "SparseArrays", "Test"]
2 changes: 1 addition & 1 deletion test/test_interface.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using BandedMatrices, LinearAlgebra, ArrayLayouts, FillArrays, Test, Base64
using BandedMatrices, LinearAlgebra, ArrayLayouts, FillArrays, Test
import BandedMatrices: banded_mul!, isbanded, AbstractBandedLayout, BandedStyle,
rowsupport, colsupport, _BandedMatrix, BandedColumns, bandeddata
import ArrayLayouts: OnesLayout, UnknownLayout
Expand Down

0 comments on commit 211877d

Please sign in to comment.