Skip to content

Running pytest fails if pip doesn't have permissions to install packages #63

@filbranden

Description

@filbranden

The problem seems to be in tests/test_datafiles_install.py which tries to execute a bare pip install .

A somewhat easy workaround would be to set up a temporary directory and export PIP_TARGET=/path/to/tmp/staging before running each test that tries to pip install.

UPDATE: Also seems to affect tests/test_install.py.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions