]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/insights/tox.ini
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / pybind / mgr / insights / tox.ini
CommitLineData
11fdf7f2 1[tox]
9f95a23c 2envlist = py3
11fdf7f2
TL
3skipsdist = true
4toxworkdir = {env:CEPH_BUILD_DIR}/insights
5minversion = 2.8.1
6
7[testenv]
8deps =
9 pytest
10 mock
f91f0fd5 11 six>=1.14.0
11fdf7f2
TL
12setenv=
13 UNITTEST = true
11fdf7f2
TL
14 py3: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.3
15commands=
16 {envbindir}/py.test tests/