Skip to content

Commit

Permalink
Update docs/maintainer/knowledge_base.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 26, 2024
1 parent 0cebc10 commit 25bbdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintainer/knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ If you go that route, you will need to [rerender the feedstock](../infrastructur
after adding the `conda_build_config.yaml` file.

Using `noarch: python` packages, with `python {{ python_min }}` pins in their `test.requires` section, as
`donstream` tests can cause failures for the `upstream` package if the Python version required for the test
`downstream` tests can cause failures for the `upstream` package if the Python version required for the test
conflicts with `upstream` package's Python version. There are two fixes, depending on what is more important.

1. Constrain the `downstream` tests in the `upstream` package to only run on `python_min`.
Expand Down

0 comments on commit 25bbdca

Please sign in to comment.