Skip to content

Commit

Permalink
Use Python 3.12 for pytest and option -rA
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jul 17, 2024
1 parent 034c8b9 commit 4ec966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-openshift-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ THISDIR=$(dirname ${BASH_SOURCE[0]})

git show -s

cd "${THISDIR}" && python3 -m pytest -s -rxfapP --showlocals -vv test_nginx_*.py
cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_nginx_*.py

0 comments on commit 4ec966e

Please sign in to comment.