You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixed in master branch.
The file 'dockers/stunnel/keys/server-cert.pem' is not included, because it is no longer part of the repo files.
The change will be part of the next stable release.
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: