Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a fix for the sole failing test in the CI for these changes (in tests/functional/test_debug.py::test_debug__library_versions). The failure took me a fair bit of time to diagnose, but it looks like the issue is that we're strictly comparing versions as strings. This is a bad idea when they're not normalized.
- Loading branch information