File tree 5 files changed +4
-9
lines changed
5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
51
51
- name : Check style
52
52
if : matrix.os == 'ubuntu-22.04'
53
53
run : |
54
- SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m tox -v -e style
54
+ python3 -m tox -v -e style
55
55
56
56
- name : Run tests
57
57
run : |
58
58
python3 -c "import gi"
59
- SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m tox -v -e py
59
+ python3 -m tox -v -e py
60
60
python3 -m pip install .
Original file line number Diff line number Diff line change 1
1
# 2.29.3 (2023-01-16)
2
+ * Make all menu items translatable (Jendrik Seipp).
2
3
* Packaging: install translation files under <prefix >/share/locale again (#666 , Jendrik Seipp).
3
4
4
5
# 2.29.2 (2023-01-13)
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ build_script:
63
63
- move enchant C:\gtk\share
64
64
65
65
# Run tests.
66
- - set SETUPTOOLS_USE_DISTUTILS=stdlib
67
66
- " %PYTHON% -m tox -v -e py"
68
67
69
68
- cd win
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools==59.6.0 " ]
2
+ requires = [" setuptools" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
# NOTE: you have to use single-quoted strings in TOML for regular expressions.
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist = py3, style
3
3
basepython = python3
4
- requires =
5
- setuptools ==59.6.0
6
- tox ==3.27.1
7
- # Hopefully, we can get rid of this environment variable in the future.
8
- passenv = SETUPTOOLS_USE_DISTUTILS
9
4
10
5
[testenv]
11
6
deps =
You can’t perform that action at this time.
0 commit comments