Skip to content

Commit 371174a

Browse files
committed
Add back pytest.mark.benchmark marker
Accidentally removed from `test_virtualfile_from_vectors_one_string_or_object_column` during merge conflict handling.
1 parent 4bea288 commit 371174a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygmt/tests/test_clib_virtualfiles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def test_virtualfile_from_vectors(dtypes):
231231
assert output == expected
232232

233233

234+
@pytest.mark.benchmark
234235
@pytest.mark.parametrize(
235236
("array_func", "dtype"),
236237
[

0 commit comments

Comments
 (0)