sanic-org / sanic-openapi

Easily document your Sanic API with a UI
https://sanic-openapi.readthedocs.io/
MIT License
505 stars 108 forks source link

add sanic-testing package to test_requires #247

Closed Vitalts closed 2 years ago

Vitalts commented 2 years ago

I don't know how workflows go without errors, but on a clean Windows host I have an error: ModuleNotFoundError: No module named 'sanic_testing'. So I added it to test_requires

artcg commented 2 years ago

👍 good idea, thanks for that

artcg commented 2 years ago

Hmm, something strange with github actions ?

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/29/88/c52aae187d3b128a0f13f36a6c987fc0d408d03a678ad9996516925d8495/idna-3.1-py3-none-any.whl

Will check again tomorrow

artcg commented 2 years ago

Seems to be causing some dependency loop/ incompatibility in the tests

ahopkins commented 2 years ago

We probably need to specify versions for each build. I will take a look.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.