-
Notifications
You must be signed in to change notification settings - Fork 2.6k
sdist is missing few files needed to run tests #3057
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
Labels
Comments
Hi @mtelka , is this change still needed? |
Yes, it is. Thank you. |
petyaslavova
added a commit
that referenced
this issue
Feb 12, 2025
6 tasks
petyaslavova
added a commit
that referenced
this issue
Feb 13, 2025
Fixed in master branch. |
petyaslavova
added a commit
to Kakadus/redis-py
that referenced
this issue
May 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm packaging
redis-py 5.0.1
for OpenIndiana and I found that there are few files missing from sdist to see testing passed. Please note that all tests are already included in sdist and we miss only few supporting files:dockers/stunnel/keys/server-cert.pem
pytest.ini
dev_requirements.txt
- this file is not needed to get tests passed, it would be just a convenience to easily find modules required for testing.Please add above files to sdist to make downstream packaging and testing easier.
Thank you.
PS: Related: #2493
The text was updated successfully, but these errors were encountered: