Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Allow tox test to take posargs
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
  • Loading branch information
lcarva authored and MartinBasti committed Jan 2, 2020
1 parent d584b25 commit 3003b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deps =
courier_master: -e git://github.com/operator-framework/operator-courier#egg=operatorcourier
courier_released: operator-courier
.[test]
commands = pytest --cov=omps --ignore=tests/integration tests/
commands = pytest --cov=omps --ignore=tests/integration {posargs:tests/}

[coverage:report]
fail_under = 90
Expand Down

0 comments on commit 3003b35

Please sign in to comment.