Skip to content

Commit

Permalink
remove skipif decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Feb 8, 2024
1 parent 67173be commit 52b4237
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions darshan-util/pydarshan/darshan/tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def response():
pass


@pytest.mark.skipif(not pytest.has_log_repo,
reason="missing darshan_logs")
@pytest.mark.parametrize("log_filepath",
_provide_logs_repo_filepaths()
)
Expand Down
2 changes: 0 additions & 2 deletions darshan-util/pydarshan/darshan/tests/test_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def test_main_without_args(tmpdir, argv, expected_img_count, expected_table_coun
summary.main()


@pytest.mark.skipif(not pytest.has_log_repo,
reason="missing darshan_logs")
@pytest.mark.parametrize("log_filepath",
_provide_logs_repo_filepaths()
)
Expand Down

0 comments on commit 52b4237

Please sign in to comment.