Merged
Conversation
The 'all' extras group doesn't exist in pyproject.toml (only 'test' and 'docs' are defined), causing CI to fail with "extras not found for package camsrv: all". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pytest-astropy injects TestRunner.make_test_runner_in() into each module at collection time, which raises AstropyPendingDeprecationWarning. With filterwarnings = ["error"] this causes all test collection to fail. Remove pytest-astropy in favor of plain pytest, drop the astropy-specific pytest config (astropy_header, doctest_plus, doctest-rst), fix the testpaths typo (camsrv/test -> camsrv/tests), and remove docs from the pytest command since there are no RST doctests to run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
--cov requires pytest-cov to be installed; plain pytest does not include it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace python 3.12 with 3.14 in the test matrix and remove the astropylts tox environment from both the workflow and tox.ini. Co-Authored-By: Claude Sonnet 4.6 <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.
Add initial
CLAUDE.mdand use claude to make a bunch of long-standing fixes and updates. Most notably, update the web interface to use the latest bootstrap and get rid of jquery.