Skip to content

Conversation

@dgburr
Copy link
Contributor

@dgburr dgburr commented Oct 25, 2025

Description

Fix warnings generated when running pytest:

  1. @pytest.mark.slow is not defined
  2. Prevent test_sbp2json_unbuffered() from failing once and then passing the second time
  3. A user warning is triggered whenever sbp.jit is imported, so remove it

API compatibility

Does this change introduce a API compatibility risk?

The only API change is the removal of the sbp.jit module.

API compatibility plan

If the above is "Yes", please detail the compatibility (or migration) plan:

sbp.jit was deprecated over 4 years ago so it is highly unlikely that there are any customers who are still trying to import it.

JIRA Reference

https://swift-nav.atlassian.net/browse/BOARD-XXXX

1. pytest.mark.slow is not defined
2. Unsupported escape sequence `\_` in comments
3. Prevent test_sbp2json_unbuffered() from failing once and then passing
   the second time
4. User warning triggered when attempting to import sbp.jit
@dgburr dgburr requested a review from a team as a code owner October 25, 2025 01:35
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants