Skip to content

Commit

Permalink
Merge pull request #838 from mwcraig/update-pytest-options
Browse files Browse the repository at this point in the history
Address a few minor issues identified by scientific python repo checker
  • Loading branch information
mwcraig authored Sep 22, 2024
2 parents 0882d5e + e2582f4 commit 3a73360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "ccdproc"
dynamic = ["version"]
description = "Astropy affiliated package"
readme = "README.rst"
license = "BSD-3-clause"
license = { text = "BSD-3-Clause" }
requires-python = ">=3.8"
authors = [
{ name = "Steve Crawford", email = "[email protected]" },
Expand Down Expand Up @@ -107,6 +107,9 @@ remote_data_strict = true
addopts = [
"--doctest-rst",
"--color=yes",
"--strict-config",
"--strict-markers",
"-ra",
]
log_cli_level = "info"
xfail_strict = true
Expand Down

0 comments on commit 3a73360

Please sign in to comment.