HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/platform/gsutil/third_party/pyparsing/tox.ini
[tox]
skip_missing_interpreters=true
envlist =
    py{39,310,311,312,313,314,py3},mypy-check
isolated_build = True

[testenv]
deps=
    pytest
    matplotlib; implementation_name != 'pypy' and python_version <'3.14'
extras=diagrams
commands=
    pytest tests {posargs}
allowlist_externals =
    pytest
    python


[testenv:mypy-check]
deps = mypy
commands = mypy --show-error-codes --warn-unused-ignores pyparsing