We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
mkniewallner
Successfully merging a pull request may close this issue.
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
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.
The text was updated successfully, but these errors were encountered: