Skip to content

FIX: Correct timezonefinder import. #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

phmbressan
Copy link
Collaborator

Pull request type

Please check the type of change your PR introduces:

  • Code base additions (bugfix, features)
  • Code maintenance (refactoring, formatting, renaming, tests)
  • ReadMe, Docs and GitHub maintenance
  • Other (please describe):

Pull request checklist

Please check if your PR fulfills the following requirements, depending on the type of PR:

  • Code base additions (for bug fixes / features):

    • Tests for the changes have been added
    • Docs have been reviewed and added / updated if needed
    • Lint (black rocketpy) has passed locally and any fixes were made
    • All tests (pytest --runslow) have passed locally

What is the current behavior?

The usage of the import statement of the module timezonefinder was incorrect, raising an error only when pytest --runslow is run.

This means that all branches derived from beta/v1.0.0 did not pass the runslow tests.

What is the new behavior?

The import was corrected, now all tests of pytest --runslow run successfully.

Does this introduce a breaking change?

  • Yes
  • No

Copy link
Member

@giovaniceotto giovaniceotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, I made this mistake back in #315.
Nice catch @phmbressan.

@giovaniceotto giovaniceotto merged commit 293799f into beta/v1.0.0 Apr 9, 2023
@Gui-FernandesBR Gui-FernandesBR deleted the bug/timezone-import branch April 10, 2023 22:47
@Gui-FernandesBR Gui-FernandesBR added this to the Release v1.0.0 milestone Sep 7, 2023
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