/
niceSOFT
/
python3-pathspec
Обзор
Документация
Войти
/
niceSOFT
/
python3-pathspec
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.0.2
tox.ini
94 строки
3 KB
Caleb Burns
Benchmarks
30 дек 2025, 07:11
Не верифицирован
30 дек 2025, 07:11
5fe0bc6
Код
Авторство
О чём код?
[tox] ; Hyperscan does not have a wheel for Python 3.15 yet. ; Hyperscan does not have wheels for PyPy 3.9 and 3.11. envlist = py{39, 310, 311, 312, 313, 314, 315} py{39, 310, 311, 312, 313, 314}-hyperscan py{39, 310, 311, 312, 313, 314}-re2 pypy{39, 310, 311} pypy{310, 311}-hyperscan docs isolated_build = True [testenv] commands = python -m unittest {posargs} package = wheel [testenv:docs] base_path = py313 commands = sphinx-build -aWEnqb html doc/source doc/build deps = -rdoc/requirements.txt extras = [testenv:ci-base] ; Placeholder env for base (only simple backend) for CI. [testenv:ci-hyperscan] ; Hyperscan env for CI. extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:ci-re2] ; Re2 env for CI. extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} [testenv:py39-hyperscan] extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:py39-re2] extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} [testenv:py310-hyperscan] extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:py310-re2] extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} [testenv:py311-hyperscan] extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:py311-re2] extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} [testenv:py312-hyperscan] extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:py312-re2] extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} [testenv:py313-hyperscan] extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:py313-re2] extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} [testenv:py314-hyperscan] extras = hyperscan install_command = python -I -m pip install --only-binary=hyperscan {opts} {packages} [testenv:py314-re2] extras = google-re2 install_command = python -I -m pip install --only-binary=google-re2 {opts} {packages} ;; Compiling hyperscan fails on PyPy 3.9. ;[testenv:pypy39-hyperscan] ;extras = hyperscan [testenv:pypy310-hyperscan] ; Compile hyperscan. extras = hyperscan [testenv:pypy311-hyperscan] ; Compile hyperscan. extras = hyperscan