Skip to content

Commit 84eebf0

Browse files
authored
tox.ini (fedora-33): Do not set IGNORE_MISSING_SYSTEM_PACKAGES=no (#35126)
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> ### 📚 Description <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> `fedora-33-maximal` fails because one of our optional packages is missing. https://github.com/mkoeppe/sage/actions/runs/4158995778/jobs/7212691967 We fix it by ignoring the absence of packages for this configuration, like we do for earlier versions of `fedora`. <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [ ] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... -->
2 parents 293dd72 + ac3c0e9 commit 84eebf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ setenv =
272272
fedora-31: BASE_TAG=31
273273
fedora-32: BASE_TAG=32
274274
fedora-33: BASE_TAG=33
275-
fedora-33: IGNORE_MISSING_SYSTEM_PACKAGES=no
276275
fedora-34: BASE_TAG=34
277276
fedora-34: IGNORE_MISSING_SYSTEM_PACKAGES=no
278277
fedora-35: BASE_TAG=35

0 commit comments

Comments
 (0)