forked from rdiff-backup/rdiff-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox_slow.ini
27 lines (24 loc) · 890 Bytes
/
tox_slow.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
# This file is used for long running tests, keep short tests in tox.ini
# Call with `tox -c tox_slow.ini`
[tox]
envlist = py35, py36, py37, py38
[testenv]
passenv = RDIFF_TEST_* RDIFF_BACKUP_*
deps =
importlib-metadata ~= 1.0 ; python_version < "3.8"
pyxattr
pylibacl
# whitelist_externals =
commands_pre =
rdiff-backup --version
# must be the first command to setup the test environment
python testing/commontest.py
commands =
python testing/benchmark.py many_files
python testing/benchmark.py many_files_no_fsync
python testing/benchmark.py many_files_rsync
python testing/benchmark.py nested_files