pypa / virtualenv

Virtual Python Environment builder
https://virtualenv.pypa.io
MIT License
4.78k stars 1.02k forks source link

Fix for tests: Python 3.13.0a6 renamed pathmod to parser #2702

Closed befeleme closed 4 months ago

befeleme commented 4 months ago

This fixes https://github.com/pypa/virtualenv/issues/2671 which reappeared in alpha6 as a result of upstream renaming the attribute.

Thanks for contributing, make sure you address all the checklists (for details on how see development documentation)

befeleme commented 4 months ago

I see 4 failing checks (2x macos, ubuntu and docs), none can be attributed to these changes, windows tests pass. I don't know what to address.