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
I just cloned the repo and ran make tests and got the following failure:
make tests
Creating virtualenv langchain-redis-VORBN7jK-py3.11 in /Users/paolo.lazzari/Library/Caches/pypoetry/virtualenvs ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --snapshot-warn-unused inifile: /private/var/folders/9r/09jj1p_x7qd5pbfjfncq1pj00000gp/T/tmp.gysQSKfpeF/langchain-redis/libs/redis/pyproject.toml rootdir: /private/var/folders/9r/09jj1p_x7qd5pbfjfncq1pj00000gp/T/tmp.gysQSKfpeF/langchain-redis/libs/redis
All other commands seem to fail too. The makefile should be Dockerized to avoid this kind of issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just cloned the repo and ran
make tests
and got the following failure:All other commands seem to fail too. The makefile should be Dockerized to avoid this kind of issue.
The text was updated successfully, but these errors were encountered: