Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
39 lines (37 loc) · 887 Bytes

File metadata and controls

39 lines (37 loc) · 887 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tox]
isolated_build = true
envlist =
py{38,39,310,311,312,313}
pypy3
py{38}-pytz
py{311,312,313}-setuptools
py{312,313}-jinja
[testenv]
extras =
dev
deps =
# On Python 3.9, we need a version of Setuptools that still has pkg_resources
# to be able to run the Jinja extractor tests.
py39: setuptools<82
{env:BABEL_TOX_EXTRA_DEPS:}
allowlist_externals = make
commands = make clean-cldr test
setenv =
PYTEST_FLAGS=--cov=babel --cov-report=xml:{env:COVERAGE_XML_PATH:.coverage_cache}/coverage.{envname}.xml
BABEL_TOX_INI_DIR={toxinidir}
passenv =
BABEL_*
PYTEST_*
PYTHON_*
# To let pytest-github-actions-annotate-failures know it's running in GitHub Actions:
GITHUB_ACTIONS
[gh-actions]
python =
pypy3: pypy3
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313
3.14: py314
Morty Proxy This is a proxified and sanitized view of the page, visit original site.