Skip to content

Commit 2eb12fe

Browse files
authored
Merge pull request #54 from astrofrog/fix-reproject
2 parents cedd55d + 76d3d06 commit 2eb12fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ packages:
6969
repo_url: https://github.com/astropy/reproject.git
7070
install_extras: [test, all]
7171
extra_deps: [gwcs]
72+
# test_reproject_parallel_broadcasting asserts on INFO-level log
73+
# records via caplog; capturing those needs log_level=INFO, which
74+
# reproject sets in its own pyproject.toml. That config is not
75+
# picked up when running --pyargs from the harness rootdir, so set
76+
# it explicitly here.
77+
pytest_args: ["-o", "log_level=INFO"]
7278

7379
- pypi_name: specreduce
7480
tier: coordinated

0 commit comments

Comments
 (0)