diff -r 1be7a9b994a2 -r eb37d95cc486 tests/test-remotefilelog-datapack.py --- a/tests/test-remotefilelog-datapack.py Sun Feb 03 17:15:11 2019 +0530 +++ b/tests/test-remotefilelog-datapack.py Sun Feb 03 10:01:43 2019 +0100 @@ -292,7 +292,7 @@ class testdatapackstore(datapack.datapackstore): # Ensures that we are not keeping everything in the cache. - DEFAULTCACHESIZE = int(numpacks / 2) + DEFAULTCACHESIZE = numpacks // 2 store = testdatapackstore(uimod.ui(), packdir)