Skip to content

Conversation

@tomersa
Copy link
Contributor

@tomersa tomersa commented Oct 3, 2022

Needed as part of another PR.

@tomersa tomersa added the enhancement New feature or request label Oct 3, 2022
@tomersa tomersa requested a review from DanielShaulov October 3, 2022 12:14
* Tests fail on python3.7 because of a problem with the importlib_metadata package.
The issue was fixed using the workaround suggsted here: python/importlib_metadata#406 (comment)
typing-extensions>=4.1.0
pyelftools~=0.28
packaging~=21.2
importlib_metadata~=4.8
Copy link
Contributor Author

@tomersa tomersa Oct 3, 2022

Choose a reason for hiding this comment

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

That was added in order to pass the tests (They were broken on master because of this import). See the comment below from the commit for more details:

    * Tests fail on python3.7 because of a problem with the importlib_metadata package.
    The issue was fixed using the workaround suggested here: https://github.com/python/importlib_metadata/issues/406#issuecomment-1264682770

Copy link
Contributor

Choose a reason for hiding this comment

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

Well the issue is actually with flake8, so I wouldn't put this in the requirements.txt, I'd put a pip install for this in the CI workflow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tomersa tomersa self-assigned this Oct 3, 2022
@tomersa tomersa merged commit f6d9fd5 into master Oct 3, 2022
@tomersa tomersa deleted the feature/add_import branch October 3, 2022 14:06
@Jongy Jongy mentioned this pull request Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants