File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ concurrency:
13
13
permissions :
14
14
contents : read
15
15
16
+ env :
17
+ DJANGO_SETTINGS_MODULE : tracdjangoplugin.settings_tests
18
+ PYTHONWARNINGS : >
19
+ error,
20
+ default:pkg_resources::trac,
21
+ default:Deprecated call to `pkg_resources.declare_namespace::pkg_resources,
22
+ default:::passlib,default:version_info::trac.db.sqlite_backend,
23
+
16
24
jobs :
17
25
noshadows :
18
26
runs-on : ubuntu-24.04
24
32
python-version : ' 3.12'
25
33
- run : pip install "tinycss2>=1.2.0"
26
34
- run : python noshadows.py --tests
27
- # env:
28
- # PYTHONWARNINGS: error
29
35
30
36
tracdjangoplugin :
31
37
runs-on : ubuntu-24.04
43
49
run : python -m pip install -r requirements.txt
44
50
- name : Run tests
45
51
run : python -m django test tracdjangoplugin.tests
46
- env :
47
- DJANGO_SETTINGS_MODULE : tracdjangoplugin.settings_tests
48
- # PYTHONWARNINGS: error
49
52
50
53
traccheck :
51
54
runs-on : ubuntu-24.04
61
64
sudo apt-get -y install subversion
62
65
- name : Install requirements
63
66
run : python -m pip install -r requirements.txt
64
- - run : python traccheck.py lint trac-env/
65
- env :
66
- DJANGO_SETTINGS_MODULE : tracdjangoplugin.settings_tests
67
- # PYTHONWARNINGS: error
68
- - run : python traccheck.py components --check .TRACFREEZE.txt trac-env/
69
- env :
70
- DJANGO_SETTINGS_MODULE : tracdjangoplugin.settings_tests
71
- # PYTHONWARNINGS: error
67
+ - name : Lint Trac configuration
68
+ run : python traccheck.py lint trac-env/
69
+ - name : Check frozen Trac components
70
+ run : python traccheck.py components --check .TRACFREEZE.txt trac-env/
You can’t perform that action at this time.
0 commit comments