Skip to content

Commit

Permalink
update pytest options for prints ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 21, 2024
1 parent 7487caa commit c851514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ iocage_tests_task:
- pkg
install_iocage_script:
- python3 setup.py install
test_script: pytest -s --zpool=pool tests/functional_tests --junit-xml=reports/pytest-report.xml -rA --image
test_script: pytest --zpool=pool tests/functional_tests --junit-xml=reports/pytest-report.xml --image -s
always:
pytest_results_artifacts:
path: reports/*.xml
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = -vvv -rA --ignore=setup.py --pep8 --cov-report term-missing --cov=./iocage_lib --cov=./iocage_cli
addopts = -vvv --ignore=setup.py --pep8 --cov-report term-missing --cov=./iocage_lib --cov=./iocage_cli
pep8maxlinelength = 80
pep8ignore = * ALL
markers =
Expand Down

0 comments on commit c851514

Please sign in to comment.