We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedd55d commit 76d3d06Copy full SHA for 76d3d06
1 file changed
packages.yaml
@@ -69,6 +69,12 @@ packages:
69
repo_url: https://github.com/astropy/reproject.git
70
install_extras: [test, all]
71
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"]
78
79
- pypi_name: specreduce
80
tier: coordinated
0 commit comments