-
Notifications
You must be signed in to change notification settings - Fork 387
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
[Bug report] Python client loss depends library in the requirements-dev #3944
Labels
bug
Something isn't working
Comments
xunliu
added a commit
to xunliu/gravitino
that referenced
this issue
Jun 22, 2024
…e requirements-dev
mchades
pushed a commit
to mchades/gravitino
that referenced
this issue
Jun 24, 2024
…e requirements-dev (apache#3945) ### What changes were proposed in this pull request? Add lose Python depends on library into `requirements-dev.txt` ``` cachetools==5.3.3 readerwriterlock==1.0.9 ``` ### Why are the changes needed? Fix: apache#3944 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed.
shaofengshi
pushed a commit
to shaofengshi/gravitino
that referenced
this issue
Jun 24, 2024
…e requirements-dev (apache#3945) ### What changes were proposed in this pull request? Add lose Python depends on library into `requirements-dev.txt` ``` cachetools==5.3.3 readerwriterlock==1.0.9 ``` ### Why are the changes needed? Fix: apache#3944 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed.
coolderli
pushed a commit
that referenced
this issue
Dec 17, 2024
…irements-dev (#3945) ### What changes were proposed in this pull request? Add lose Python depends on library into `requirements-dev.txt` ``` cachetools==5.3.3 readerwriterlock==1.0.9 ``` ### Why are the changes needed? Fix: #3944 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed. (cherry picked from commit 141c9c2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main branch
Describe what's wrong
When you execut
./client-python/.venv/bin/python /Applications/PyCharm.app/Contents/plugins/python/helpers/pycharm/_jb_unittest_runner.py --target test_fileset_catalog.TestFilesetCatalog
return failed.
Error message and/or stacktrace
How to reproduce
Add
cachetools
andreaderwriterlock
Python depends library in torequirements-dev.txt
cachetools==5.3.3
readerwriterlock==1.0.9
Additional context
No response
The text was updated successfully, but these errors were encountered: