Skip to content

Tests on pypy are failing due to missing file test/requirements.txt #1320

@jaraco

Description

@jaraco

While testing other things, I noticed that the nox tests are failing for pypy:

nox > Running session pypy
nox > Creating virtual environment (virtualenv) using pypy in .nox/pypy
nox > python -m pip install -r test/requirements.txt
nox > Command python -m pip install -r test/requirements.txt failed with exit code 1:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'test/requirements.txt'

[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
nox > Session pypy failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions