refactor: remove NSS handling from the release workflow#146
Merged
Conversation
Drops the NSS-specific machinery from release.yml now that af.NSS is gone (PyAutoFit#1356): the PyAutoFit `pytest --ignore=.../nss` special-case collapses to a plain `pytest`, and the stale `unittest_nss` comment goes. The general direct-reference-URL guard is kept (useful beyond NSS) but de-NSS'd in its comments. Issue: PyAutoFit#1356 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the NSS-specific machinery from the release workflow now that
af.NSSis gone (PyAutoLabs/PyAutoFit#1357). Part of PyAutoLabs/PyAutoFit#1356 (Phase 3).Changes —
.github/workflows/release.ymlpytest --ignore=test_autofit/non_linear/search/nest/nssspecial-case (the ignored dir no longer exists) collapses to a plainpython3 -m pytestfor all projects.unittest_nssjob (no longer exists).Validation
PyAutoBuild suite: 113 passed.
release.ymlYAML-valid. Grep-clean ofnss.Judgment note: kept the direct-reference-URL guard rather than deleting it (a general packaging regression check, not NSS machinery). Say if you'd rather it go entirely.%s
🤖 Generated with Claude Code
https://claude.ai/code/session_01Y9eyGoEAUHGSqcmJpzzjsi