Skip to content

Conversation

@hgreebe
Copy link
Contributor

@hgreebe hgreebe commented Nov 11, 2025

Description of changes

  • Add invoke to test requirements
    • Fixes this error: ModuleNotFoundError: No module named 'imp'
    • imp was removed in python 3.12, but the older version of invoke still tries to import it
  • Upgrade fabric to >=3.2.2
    • fabric 2.6.0 requires invoke<2.0
    • 3.2.2 has the fix for the github issue commented
  • Remove pytest.mark.usefixtures because it is a deprecated feature in python 3.12
  • https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function

Tests

  • Ran integration test using a python 3.12 environment

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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.

1 participant