Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Tox relativization forces pipenv bug #68

Open
tucked opened this issue Jan 15, 2021 · 0 comments
Open

Tox relativization forces pipenv bug #68

tucked opened this issue Jan 15, 2021 · 0 comments

Comments

@tucked
Copy link

tucked commented Jan 15, 2021

Here is the pipenv bug: pypa/pipenv#4588

It gets hit when passing --python .anything (i.e. interpreter path starts with "."), which this plugin does by default:

args.extend(["--python", str(config_interpreter)])

Related: tox-dev/tox#1339 (comment)

A better workaround I've found, though is to use --python='{envpython}' which seems to avoid Tox relativization.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant