Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Feb 10, 2023
1 parent 5f7586b commit bed3e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN sh -c "${INSTALL_DEPS_CMD}"

RUN python3 -m pip install tox

CMD ["tox", "--workdir", "/workdir"]
CMD ["tox", "-vvv", "--workdir", "/workdir"]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ sitepackages = false
deps = pip >= 19
setenv = PYTHONDONTWRITEBYTECODE=1
commands =
python -c "import rpm"
python -c "import logging; logging.basicConfig(level=logging.DEBUG); import rpm"
python -m pip check

0 comments on commit bed3e4b

Please sign in to comment.