Skip to content
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

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

Closed
jaraco opened this issue Jun 5, 2023 · 0 comments · Fixed by #1335
Closed

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

jaraco opened this issue Jun 5, 2023 · 0 comments · Fixed by #1335

Comments

@jaraco
Copy link
Contributor

jaraco commented Jun 5, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant