File: tox.ini

package info (click to toggle)
python-time-machine 2.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 476 kB
  • sloc: python: 1,826; ansic: 639; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tox]
requires =
    tox>=4.2
env_list =
    py{314, 313, 312, 311, 310, 39, 314t, 313t}

[testenv]
runner = uv-venv-lock-runner
package = wheel
extras =
    cli
set_env =
    PYTHONDEVMODE = 1
commands =
    python \
      -W error \
      -W ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning \
      -W ignore:datetime.datetime.utcnow:DeprecationWarning \
      -m coverage run \
      -m pytest {posargs:tests}
dependency_groups =
    test