Skip to content

Commit 049f3f0

Browse files
cvanelterenclaude
andcommitted
Add requests to conda env so the docs fetch_releases tests can import
The new ultraplot/tests/test_docs_fetch_releases.py loads docs/_scripts/fetch_releases.py via importlib, which imports `requests` at module level. The conda env used in CI didn't include it, causing all eight tests to fail with ModuleNotFoundError. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c748326 commit 049f3f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ dependencies:
2121
- pyarrow
2222
- cftime
2323
- markdown
24+
- requests
2425
- pip:
2526
- pycirclize

0 commit comments

Comments
 (0)