-
Notifications
You must be signed in to change notification settings - Fork 54
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
Export fails if package depends on poetry and tox #168
Comments
I think the problem here is |
This is still reproducible leaving the poetry and tox versions unrestrained with the current packages on PyPI. I think what's going on is two versions of virtualenv are being selected to satisfy poetry, but the exporter fails because it doesn't know which one to export. I think fixing this may require trying to parse the packages that depend on the |
I believe this is the same issue as #183 which has received much more attention. Closing this in favor of that. |
I'm not certain the cause of the problem here, but this plugin fails if
poetry 1.3.1
andtox 3.27.1
are selected inpoetry.lock
. This currently happens right now even if you let Poetry pick the poetry and tox versions. For instance, with this simple pyproject.toml file, right now I see the following:Here's the created poetry.lock file.
This may be related to #118.
The text was updated successfully, but these errors were encountered: