File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 17
17
DJANGO_SETTINGS_MODULE : tracdjangoplugin.settings_tests
18
18
PYTHONWARNINGS : >
19
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,
20
+ default:::passlib.utils,
23
21
24
22
jobs :
25
23
noshadows :
29
27
uses : actions/checkout@v4
30
28
- uses : actions/setup-python@v5
31
29
with :
32
- python-version : ' 3.12 '
30
+ python-version : ' 3.11 '
33
31
- run : pip install "tinycss2>=1.2.0"
34
32
- run : python noshadows.py --tests
35
33
40
38
uses : actions/checkout@v4
41
39
- uses : actions/setup-python@v5
42
40
with :
43
- python-version : ' 3.12 '
41
+ python-version : ' 3.11 '
44
42
- name : Install system package dependencies
45
43
run : |
46
44
sudo apt-get update
57
55
uses : actions/checkout@v4
58
56
- uses : actions/setup-python@v5
59
57
with :
60
- python-version : ' 3.12 '
58
+ python-version : ' 3.11 '
61
59
- name : Install system package dependencies
62
60
run : |
63
61
sudo apt-get update
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ psycopg2==2.9.9 --no-binary=psycopg2
5
5
Django == 4.2.15
6
6
libsass == 0.23.0
7
7
8
+ # Optional Trac dependencies that make DeprecationWarning go away
9
+ multipart == 1.1.0
10
+ passlib == 1.7.4
11
+
8
12
# Trac plugins
9
13
TracSpamFilter [dns,spambayes ] @ svn+https://svn.edgewall.org/repos/trac/plugins/trunk/spam-filter@17766
10
14
TracDragDrop @ svn+https://trac-hacks.org/svn/tracdragdropplugin/0.12@18635
You can’t perform that action at this time.
0 commit comments