Skip to content

Commit

Permalink
Pytest: Marks applied to fixtures have no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Jensen committed Sep 19, 2024
1 parent cafa9d1 commit 19d302f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_photometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def test_photometry_mag_fast(photometry_fast):

# ------------------ EVEN SLOWER TESTS ------------------------------------------------
@pytest.mark.slow
@pytest.fixture(scope='session', autouse=True)
def photometry_slow_optical(fid=1446):
result_table, tdir = run_phot(fid)
yield result_table, tdir.photometry_path
Expand Down

0 comments on commit 19d302f

Please sign in to comment.