Bug 2251781
| Summary: | python-virtualenv fails to build with Python 3.13: 11 tests failed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
| Component: | python-virtualenv | Assignee: | Miro Hrončok <mhroncok> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cstratak, ksurma, lbalhar, mhroncok, mrunge, python-packagers-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-virtualenv-20.21.1-7.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-12-04 19:34:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2244836 | ||
|
Description
Karolina Surma
2023-11-27 15:02:08 UTC
This happens for all of the 8 test_create_no_seed failures: > assert git_ignore.splitlines() == ["# created by virtualenv automatically", "*"] E AssertionError: assert ['# Created by venv; see https://docs.python.org/3/library/venv.html', '*'] == ['# created by virtualenv automatically', '*'] E At index 0 diff: '# Created by venv; see https://docs.python.org/3/library/venv.html' != '# created by virtualenv automatically' E Full diff: E - ['# created by virtualenv automatically', '*'] E + ['# Created by venv; see https://docs.python.org/3/library/venv.html', '*'] The other three are related to Windows. No idea why they even run on Linux :/ I can reproduce the issues running from upstream git HEAD. Reported the 2 kinds of failures separately upstream: https://github.com/pypa/virtualenv/issues/2670 -- test_create_no_seed https://github.com/pypa/virtualenv/issues/2671 -- cpython3_win_embed Upstream fix of both: https://github.com/pypa/virtualenv/pull/2673 Will wait for an upstream review before backporting. I'm working at the backport. FEDORA-2023-d0d67336cd has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-d0d67336cd FEDORA-2023-d0d67336cd has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |