BIG UPD: migrate to python 3.10 and django 3.2
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2022-06-07 16:07:08 +02:00
parent edd4050935
commit 8610e2a557
36 changed files with 192 additions and 91 deletions

5
tests/__main__.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
from test_suite import main
if __name__ == '__main__':
main()