Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spacetelescope/roman_datamodels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a50cf9703f6b189f8462dcd6d0637a22dbb28d1e
Choose a base ref
..
head repository: spacetelescope/roman_datamodels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ee452c878a0fd7be2f64d7a9ba7057f941e5417
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tox.ini
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ commands_pre =
{list_dependencies_command}
commands =
pytest \
romancal: -W ignore::DeprecationWarning -W ignore::UserWarning -W ignore::pytest.PytestUnknownMarkWarning -W ignore::pytest.PytestUnraisableExceptionWarning -W ignore::erfa.core.ErfaWarning -W ignore::roman_datamodels.datamodels._utils.FilenameMismatchWarning -W ignore::astropy.io.fits.verify.VerifyWarning -W ignore::RuntimeWarning --pyargs romancal \
romancal: -W ignore::DeprecationWarning -W ignore::UserWarning -W ignore::SyntaxWarning -W ignore::pytest.PytestUnknownMarkWarning -W ignore::pytest.PytestUnraisableExceptionWarning -W ignore::erfa.core.ErfaWarning -W ignore::roman_datamodels.datamodels._utils.FilenameMismatchWarning -W ignore::astropy.io.fits.verify.VerifyWarning -W ignore::RuntimeWarning --pyargs romancal \
xdist: -n auto \
cov: --cov=roman_datamodels --cov=tests --cov-config pyproject.toml --cov-report term-missing --cov-report xml \
{posargs}