Nick Murphy
Nick Murphy
pre-commit.ci autofix
Hm...there's still an issue with one test for coverage that's seemingly not being run: > **Python 3.8, all tests, code coverage** _Expected — Waiting for status to be reported_
And...I broke it! 😹
This is indeed a strange one! 🤔 I did a web search for "how to fix intermittent software bugs" and one of the suggestions was to set up logging to...
> It always seems to fail on Python 3.8? That's an important observation! We're likely to drop Python 3.8 support for our first release during or after April 2023 (following...
Just got this again for the Python 3.8 (MacOS X) tests on #1771. Here's the full test failure message this time. This was indeed for Python 3.8. ``` ______________________________________________________________ TestSyntheticRadiograph.test_optical_density_histogram...
All good points! #1156 is barely adding anything at all about `plasmapy_sphinx`, so the doc guide would still need at least a few more sentences about `plasmapy_sphinx` even after it...
# Pre-release - [x] Run `make linkcheck` in docs and fix broken hyperlinks
# Post-release - [ ] Revisit this [comment](https://github.com/PlasmaPy/PlasmaPy/pull/1587#discussion_r910491534) about duplication of content for changelogs. Create an issue?
Almost ready to begin the release process! The last two things I'd like to do beforehand are... - Get #1590 merged, assuming it's a relatively straightforward review - Attempt to...