Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 42e66e0

Browse files
committed
Assure we can call --collect-only
1 parent c03a545 commit 42e66e0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

ansible.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[defaults]
2+
ansible_python_interpreter = auto_silent
3+
retry_files_enabled = False

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
addopts=-p no:flaky

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ deps =
1010
pytest-html>=1.21.0
1111
selinux>=0.1.5rc1
1212
commands =
13+
pytest --collect-only -q
1314
pytest --color=yes --html={envlogdir}/reports.html --self-contained-html {tty:-s} {posargs:tests}
1415
setenv =
1516
ANSIBLE_FORCE_COLOR={env:ANSIBLE_FORCE_COLOR:1}

0 commit comments

Comments
 (0)