X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Ftox.ini;h=aeac89e48effaa2c8b5bc949fe43e2ff688a6200;hb=c5de5c7413901b8de1da928b084a3ca2e88d490a;hp=cb7cf77fbef3e109c7a9bfdb33fe3762d2b8c3d9;hpb=91aa7028e6bb9e16c16d119cec608c8395e8e322;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/tox.ini b/src/bindings/rmr-python/tox.ini index cb7cf77..aeac89e 100644 --- a/src/bindings/rmr-python/tox.ini +++ b/src/bindings/rmr-python/tox.ini @@ -22,8 +22,13 @@ deps= pytest coverage pytest-cov -setenv = LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 -commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report term-missing +setenv = + LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 + RMR_SEED_RT = tests/fixtures/test_local.rt + RMR_ASYNC_CONN = 0 + + +commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report term-missing --cov-report html [testenv:flake8] basepython = python3.7