Skip to content

Commit

Permalink
fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 1, 2022
1 parent f784f56 commit 8c4ad40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion romancal/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def jail(request, tmpdir_factory):
os.chdir(old_dir)


@pytest.mark.trylast
@pytest.hookimpl(trylast=True)
def pytest_configure(config):
terminal_reporter = config.pluginmanager.getplugin('terminalreporter')
config.pluginmanager.register(TestDescriptionPlugin(terminal_reporter), 'testdescription')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ show-response = 1

[tool:pytest]
minversion = 4.6
norecursedirs = docs/_build scripts .tox
norecursedirs = docs/_build scripts .tox build
asdf_schema_tests_enabled = true
asdf_schema_validate_default = false
asdf_schema_root = romancal/datamodels/schemas
Expand Down

0 comments on commit 8c4ad40

Please sign in to comment.