tests(core): made the test flag setting more flexible.

We no longer use .ini setting, but relly on env variables, that is now set
via pytest env plugin
This commit is contained in:
RhodeCode Admin 2024-03-11 09:56:10 +01:00
parent ca042238f9
commit 7f994fc993
6 changed files with 13 additions and 6 deletions

View file

@ -21,3 +21,7 @@ markers =
skip_backends: Mark tests as skipped for given backends.
backends: Mark backends
dbs: database markers for running tests for given DB
env =
RC_TEST=1
RUN_ENV=test