Skip to content

Commit

Permalink
fix missing tmp_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 19, 2024
1 parent 1db69a4 commit 21023d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_write_exception(tmp_path):


@pytest.mark.skipif(not HAVE_FITSIO, reason="test requires fitsio")
def test_out_filename():
def test_out_filename(tmp_path):
import fitsio

fits = fitsio.FITS(tmp_path / filename, "rw", clobber=True)
Expand Down

0 comments on commit 21023d4

Please sign in to comment.