Commit 76a51d0 1 parent e341c70 commit 76a51d0 Copy full SHA for 76a51d0
File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- [pytest]
2
- pythonpath = . tests
3
- DJANGO_SETTINGS_MODULE = django_minio_storage_tests.settings
4
- addopts =--tb =short
5
- python_files = tests.py test_*.py *_tests.py
6
- django_find_project = false
1
+ [tox]
2
+ envlist =
3
+ {py38,py39,py310,py311}-django42-minioknown
4
+ py311-django{32,42}-minioknown
5
+ py311-django42-minio
6
+ lint
7
+ docs
8
+ pyright
7
9
8
10
[gh-actions]
9
11
python =
@@ -12,6 +14,12 @@ python =
12
14
3.10: py310
13
15
3.11: py311, lint, docs, pyright
14
16
17
+ [pytest]
18
+ pythonpath = . tests
19
+ DJANGO_SETTINGS_MODULE = django_minio_storage_tests.settings
20
+ addopts =--tb =short
21
+ python_files = tests.py test_*.py *_tests.py
22
+ django_find_project = false
15
23
16
24
[testenv]
17
25
commands = pytest {posargs}
@@ -41,7 +49,7 @@ commands =
41
49
depends =py311-django42-minioknown
42
50
43
51
[testenv:pyright]
44
- basepython = python3.11
52
+ basepython = python3
45
53
deps =
46
54
pyright
47
55
-rdev-requirements.txt
@@ -81,11 +89,3 @@ basepython = python3
81
89
deps = mkdocs
82
90
commands = mkdocs build
83
91
84
- [tox]
85
- envlist =
86
- {py38,py39,py310,py311}-django42-minioknown
87
- py311-django{32,42}-minioknown
88
- py311-django42-minio
89
- lint
90
- docs
91
- pyright
You can’t perform that action at this time.
0 commit comments