File: tox.ini

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

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