Closed
Description
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