X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=1109b9c2c98d267c94c77b4629c7dc7823662f9a;hb=refs%2Fheads%2Fmaster;hp=d6ce5d5906138edc2912c4e93fcfc75dc91ffdcb;hpb=beff3a1d931816e07c2bef2e02964951892ba472;p=osm%2FIM.git diff --git a/tox.ini b/tox.ini index d6ce5d5..1109b9c 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,6 @@ skip_install = false deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt commands = - sh -c "patch {toxworkdir}/cover/lib/python3.10/site-packages/pyangbind/lib/yangtypes.py < pyangbind.patch" sh -c 'make clean' sh -c 'make models Q=""' sh -c 'rm -f nosetests.xml' @@ -100,7 +99,6 @@ deps = {[testenv]deps} # In the commands, we copy the requirements.txt to be presented as a source file (.py) # so it gets included in the .deb package for others to consume commands = - sh -c "patch {toxworkdir}/dist/lib/python3.10/site-packages/pyangbind/lib/yangtypes.py < pyangbind.patch" sh -c 'make clean' sh -c 'make Q=""' sh -c 'cp requirements.txt osm_im/requirements.txt'