X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Ftox.ini;h=d1ecb243c996474cc7b16317a2c20ea79444602f;hb=f68c2ced7de2bdfc475a9282cde91a67d83325de;hp=c6f498d8e6efc84a56f5bbed0f32be093b3086f7;hpb=54098f653ce4977668cc3ea9c0ce546a08ef577c;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/tox.ini b/src/bindings/rmr-python/tox.ini index c6f498d..d1ecb24 100644 --- a/src/bindings/rmr-python/tox.ini +++ b/src/bindings/rmr-python/tox.ini @@ -22,7 +22,7 @@ deps= pytest coverage pytest-cov -setenv = LD_LIBRARY_PATH = /usr/local/lib/ +setenv = LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report html [testenv:flake8]