-
-
Notifications
You must be signed in to change notification settings - Fork 933
make test
fails: No such file or directory: 'test-requirements.txt'
#1090
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
Comments
Even though I didn't try to reproduce it as I expect docker to be inherently reproducible, it looks like the way Since Judging from the deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt |
I also get this error when running
|
I get the same error on windows (no Docker) with tox.
Had to run the tests for different environments separately with unittest. |
I think |
I am closing this issue as |
All tests pass for Python 3.8, against present list of requirements, as-is. However, for some reason we do not yet know, Tox cannot run `setup.py` or the setup can't locate the requirements files in the Tox environment. We therefore use `skipsdist=true` for now, leaving the packaging untested. See gitpython-developers/GitPython#1090
From current HEAD (24f75e7):
Output
It seems like the
docker build
/docker run
are executing as I'd expect, andtest-requirements.txt
exists; not sure where the disconnect is that renders tox unable to see it.The text was updated successfully, but these errors were encountered: