Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 12, 2024
1 parent cddf904 commit 962cc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions PlotsBase/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ get!(ENV, "MPLBACKEND", "agg")

using PlotsBase

# always initialize GR
import GR
gr()

# initialize all backends
for pkg TEST_PACKAGES
@eval begin
Expand Down Expand Up @@ -118,7 +114,6 @@ for name ∈ (
if is_auto() || is_pkgeval()
name != "backends" && continue
end
gr() # reset to default backend (safer)
include("test_$name.jl")
end
end
3 changes: 2 additions & 1 deletion PlotsBase/test/test_hdf5plots.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using HDF5
import HDF5
const HDF5 = Base.get_extension(PlotsBase, :HDF5).HDF5

@testset "HDF5_Plots" begin
fname = tempname() * ".hdf5"
Expand Down

0 comments on commit 962cc6d

Please sign in to comment.