File: tox.ini

package info (click to toggle)
python-pyfakefs 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,512 kB
  • sloc: python: 20,350; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist =
    py{310,311,312,313,314}
    pypy{310}

[testenv]
deps =
    -rrequirements.txt
    -rextra_requirements.txt
passenv = HOME,USERPROFILE
commands=
    python -m pyfakefs.tests.all_tests
    python -m pytest pyfakefs/pytest_tests/pytest_plugin_test.py