diff --git a/minarca-plugins/setup.py b/minarca-plugins/setup.py index 5b3266e78bc82ad6ab016ba75f04594924b8c85d..3c98dc8f25c4f489a13d2131a1c71b923bea4113 100644 --- a/minarca-plugins/setup.py +++ b/minarca-plugins/setup.py @@ -151,7 +151,7 @@ setuptools.setup( 'build_less': build_less, }, install_requires=[ - "rdiffweb>=0.10.5", + "rdiffweb>=0.10.8", "requests", ], # required packages for build process @@ -159,7 +159,7 @@ setuptools.setup( "babel>=0.9", "setuptools_scm", # This is required to compile with lessc. - "rdiffweb>=0.10.5", + "rdiffweb>=0.10.8", ], # requirement for testing tests_require=[ diff --git a/minarca-plugins/tox.ini b/minarca-plugins/tox.ini index 0f969cda35c6883ae32accb8a8045adb869609b8..f1718666b6182dd19724fe25a462c19692b09071 100644 --- a/minarca-plugins/tox.ini +++ b/minarca-plugins/tox.ini @@ -15,7 +15,7 @@ # along with this program. If not, see . [tox] -envlist = py{27,3}-cherrypy{35,4,5,6,7,8,9,10,11,12,13,14},py27-cherrypy32 +envlist = py{27,3}-cherrypy{35,4,5,6,7,8,9,10,11,12,13,14,15,16},py27-cherrypy32 [testenv] deps= @@ -35,4 +35,6 @@ deps= cherrypy12: cherrypy>=12.0.0,<13.0.0 cherrypy13: cherrypy>=13.0.0,<14.0.0 cherrypy14: cherrypy>=14.0.0,<15.0.0 + cherrypy15: cherrypy>=15.0.0,<16.0.0 + cherrypy16: cherrypy>=16.0.0,<17.0.0 commands=python setup.py nosetests --xunit-file=nosetests-{envname}.xml --xunit-testsuite-name={envname} diff --git a/minarca-quota-api/tox.ini b/minarca-quota-api/tox.ini index 46b72bca9d1e08a1cb2a06868d63a6b4832e0a47..75a69a6fc82e73c040e3d8b0009c86817778cae8 100644 --- a/minarca-quota-api/tox.ini +++ b/minarca-quota-api/tox.ini @@ -15,7 +15,7 @@ # along with this program. If not, see . [tox] -envlist = py{27,3}-cherrypy{35,4,5,6,7,8,9,10,11,12,13,14},py27-cherrypy32 +envlist = py{27,3}-cherrypy{35,4,5,6,7,8,9,10,11,12,13,14,15,16},py27-cherrypy32 [testenv] deps= @@ -35,4 +35,6 @@ deps= cherrypy12: cherrypy>=12.0.0,<13.0.0 cherrypy13: cherrypy>=13.0.0,<14.0.0 cherrypy14: cherrypy>=14.0.0,<15.0.0 + cherrypy15: cherrypy>=15.0.0,<16.0.0 + cherrypy16: cherrypy>=16.0.0,<17.0.0 commands=python setup.py nosetests --xunit-file=nosetests-{envname}.xml --xunit-testsuite-name={envname} --cover-xml-file=coverage-{envname}.xml