pytest: report vcsserver failures always

This commit is contained in:
RhodeCode Admin 2023-03-24 12:30:19 +01:00
parent 9e0f0a6155
commit a4fe5dd06d
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ addopts =
--pdbcls=IPython.terminal.debugger:TerminalPdb
--strict-markers
--capture=no
--show-capture=no
--show-capture=all
markers =
vcs_operations: Mark tests depending on a running RhodeCode instance.