Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ packages:
repo_url: https://github.com/astropy/reproject.git
install_extras: [test, all]
extra_deps: [gwcs]
# test_reproject_parallel_broadcasting asserts on INFO-level log
# records via caplog; capturing those needs log_level=INFO, which
# reproject sets in its own pyproject.toml. That config is not
# picked up when running --pyargs from the harness rootdir, so set
# it explicitly here.
pytest_args: ["-o", "log_level=INFO"]

- pypi_name: specreduce
tier: coordinated
Expand Down