Skip to content

Commit

Permalink
ceph-volume: tox tests should ignore the tests/functional directory
Browse files Browse the repository at this point in the history
Without this the functional testinfra tests try to run when we
are intending to only run the unit tests.

Signed-off-by: Andrew Schoen <[email protected]>
  • Loading branch information
andrewschoen committed Mar 8, 2019
1 parent 87c33f1 commit 1881f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ceph-volume/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py27, py35, py36, flake8
[testenv]
deps=
pytest
commands=py.test -v {posargs:ceph_volume/tests}
commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional

[testenv:flake8]
deps=flake8
Expand Down

0 comments on commit 1881f38

Please sign in to comment.