python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Fix actions tidy up tox #507

Closed peter-doggart closed 1 year ago

peter-doggart commented 1 year ago

Fix failing pypy install on github actions after ubuntu:latest was updated to be Ubuntu 22.04.

This needs to be merged before https://github.com/python-restx/flask-restx/pull/500 as the checks don't currently pass.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.42% // Head: 96.44% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (0e0451f) compared to base (4c748d0). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #507 +/- ## ========================================== + Coverage 96.42% 96.44% +0.01% ========================================== Files 19 20 +1 Lines 2717 2728 +11 ========================================== + Hits 2620 2631 +11 Misses 97 97 ``` | [Impacted Files](https://codecov.io/gh/python-restx/flask-restx/pull/507?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx) | Coverage Δ | | |---|---|---| | [flask\_restx/\_\_init\_\_.py](https://codecov.io/gh/python-restx/flask-restx/pull/507?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx#diff-Zmxhc2tfcmVzdHgvX19pbml0X18ucHk=) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.