Skip to content

Commit

Permalink
Format with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 1, 2024
1 parent b32f287 commit abbdc9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions idaes/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def pytest_configure(config: pytest.Config):
setattr(config.option, "markexpr", "performance")

Check warning on line 82 in idaes/conftest.py

View check run for this annotation

Codecov / codecov/patch

idaes/conftest.py#L82

Added line #L82 was not covered by tests



REQUIRED_MARKERS = {"unit", "component", "integration", "performance"}
ALL_PLATFORMS = {"darwin", "linux", "win32"}

Expand Down Expand Up @@ -157,7 +156,6 @@ def _validate_required_markers(item, required_markers=None, expected_count=1):
pytest.fail(msg)



ModuleName = str


Expand Down

0 comments on commit abbdc9f

Please sign in to comment.