-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tox tests fail in Python version 3.9 #79
Comments
I made an attempt at updating
I also added
I can work up a tiny PR for the tox etc. changes, if you would consider it, but I'm not sure how to clear this next error. |
I finally found this section of the Connexion doc: https://connexion.readthedocs.io/en/latest/testing.html I think this teaches that tests need to create a /Connexion/ test client, not a /Flask/ test client. |
I extended
|
Thank you very much for providing this minimal Connexion V3 project, especially the tox tests! I am trying to learn from your example. I don't have Python 3.6, instead I created a venv with 3.9. I changed the
tox.ini
envlist entry from3.6
to3.9
then ran tox. The result was a complaint fromcoverage
, possibly the "test" argument is no longer valid. Would you please update?I'm not sure of the best practice, it helped me to add
tox
to thetest-requirements.txt
file, please consider.Here's partial output from
tox
showing the error:The text was updated successfully, but these errors were encountered: