Skip to content
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

Add Python 3.9 to tox run. #79

Closed
carltongibson opened this issue Aug 22, 2021 · 1 comment · Fixed by #82
Closed

Add Python 3.9 to tox run. #79

carltongibson opened this issue Aug 22, 2021 · 1 comment · Fixed by #82

Comments

@carltongibson
Copy link
Contributor

carltongibson commented Aug 22, 2021

Follow up from #78.

I had to drop PY39 as it wasn't installing properly in tox.

envlist =
    flake8-py39,
    py{36,37,38}-dj{22,31,32},
    py{38}-dj{main}

Just need to add the ,39s in the two py{...} declarations there to run it.

See https://github.com/django-compressor/django-appconf/runs/3394353179?check_suite_focus=true#step:5:43 for log.

@jerinpetergeorge
Copy link

it seems like an issue with the coverage command (same as nedbat/coveragepy#862 ? 🤔 that fixed in v5.0.3). I was able to run the tests without coverage command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants