Skip to content
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

Enable tox unit tests for Python 3.11 #63

Closed
fpgmaas opened this issue Sep 9, 2022 · 0 comments · Fixed by #152
Closed

Enable tox unit tests for Python 3.11 #63

fpgmaas opened this issue Sep 9, 2022 · 0 comments · Fixed by #152
Assignees
Labels
bug Something isn't working

Comments

@fpgmaas
Copy link
Owner

fpgmaas commented Sep 9, 2022

Describe the bug

Unit tests for Python 3.11 ran succesfully: https://github.com/fpgmaas/deptry/actions/runs/3020905009

However, when the branch was merged, the same pipeline failed: https://github.com/fpgmaas/deptry/actions/runs/3020926227

      value = _canonicalize_regex.sub("-", name).lower()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  TypeError: expected string or bytes-like object, got 'NoneType'

Seems related to this issue; pypa/pip#11352 and this issue; python-poetry/poetry#6389

For now, disabled the tox unit tests for Python 3.11. These should be enabled again later.

@fpgmaas fpgmaas added the bug Something isn't working label Sep 9, 2022
@fpgmaas fpgmaas linked a pull request Sep 9, 2022 that will close this issue
4 tasks
@mkniewallner mkniewallner self-assigned this Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants