Skip to content

Commit

Permalink
TST: avoid importing from nose
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed May 5, 2023
1 parent 71150f1 commit 439c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/visualization/tests/test_plotwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import numpy as np
from matplotlib.colors import LogNorm, Normalize, SymLogNorm
from nose.tools import assert_true
from numpy.testing import (
assert_array_almost_equal,
assert_array_equal,
Expand All @@ -20,6 +19,7 @@
assert_allclose_units,
assert_fname,
assert_rel_equal,
assert_true,
fake_amr_ds,
fake_random_ds,
requires_file,
Expand Down

0 comments on commit 439c249

Please sign in to comment.