Skip to content

Commit

Permalink
Suppress table row for conda-minimal; no images available
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jan 22, 2024
1 parent 582d1fa commit ef155e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/doc/en/developer/portability_platform_table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2835,10 +2835,7 @@
-
* - **conda**-forge-python3.11

   ‑*minimal*
- |image-conda-forge-python3.11-minimal-with-system-packages| |image-conda-forge-python3.11-minimal-with-targets-pre| |image-conda-forge-python3.11-minimal-with-targets| |image-conda-forge-python3.11-minimal-with-targets-optional|
- |codespace-conda-forge-python3.11-minimal|
* -    ‑*standard*
   ‑*standard*
- |image-conda-forge-python3.11-standard-with-system-packages| |image-conda-forge-python3.11-standard-with-targets-pre| |image-conda-forge-python3.11-standard-with-targets| |image-conda-forge-python3.11-standard-with-targets-optional|
- |codespace-conda-forge-python3.11-standard|
* -    ‑*maximal*
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,9 @@ commands =
for SYSTEM_FACTOR in {env:SYSTEM_FACTORS:$DEFAULT_SYSTEM_FACTORS}; do \
SYSTEM_FACTOR_LABEL="**${SYSTEM_FACTOR/-/**-}"; \
for PACKAGE_FACTOR in {env:PACKAGE_FACTORS:minimal standard maximal}; do \
case $SYSTEM_FACTOR-$PACKAGE_FACTOR in \
conda*-minimal) continue;; \
esac; \
PACKAGE_FACTOR_LABEL="‑*$PACKAGE_FACTOR*"; \
for ROW_DOCKER_TARGETS in "{env:DOCKER_TARGETS:with-system-packages with-targets-pre with-targets with-targets-optional}"; do \
if [ -n "$SYSTEM_FACTOR_LABEL" ]; then \
Expand Down

0 comments on commit ef155e4

Please sign in to comment.