Make tox work with python 3.11
All checks were successful
buildbot/django-dav-events--test Build done.

This commit is contained in:
2023-05-24 09:47:38 +02:00
parent 5edec18ea9
commit 811983abfe
5 changed files with 13 additions and 15 deletions

View File

@@ -1,7 +1,10 @@
[tox]
envlist = py3
envlist = py311
[testenv]
recreate = false
setenv =
PYTHONPATH = .
commands = python --version
python -m coverage run tests/test_suite.py
python -m coverage run tests
coverage report --skip-covered