Skip to content

Commit

Permalink
Fix leftover conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Aug 21, 2023
1 parent 63d5618 commit 63e5ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/command_line/test_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


@pytest.mark.parametrize("use_mpi", [True, False])
def test_average(dials_data, tmpdir, use_mpi):
def test_average(dials_data, tmp_path, use_mpi):
# Only allow MPI tests if we've got MPI capabilities
if use_mpi:
pytest.importorskip("mpi4py")
Expand Down

0 comments on commit 63e5ebe

Please sign in to comment.