We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While testing other things, I noticed that the nox tests are failing for pypy:
The text was updated successfully, but these errors were encountered: