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

Tox relativization forces pipenv bug #68

@tucked

Description

@tucked

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions