test using python3.10

This commit is contained in:
Anthony Sottile 2021-08-15 18:47:16 -04:00
parent 281f3f8b43
commit d34581b83f
4 changed files with 19 additions and 17 deletions

View file

@ -1,4 +1,6 @@
[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw
filterwarnings = error
filterwarnings =
error
ignore:SelectableGroups:DeprecationWarning