test-concurrency: Explicitly use floor division
authorSimon McVittie <smcv@debian.org>
Wed, 17 Jan 2018 15:03:59 +0000 (15:03 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 17 Jan 2018 15:34:46 +0000 (15:34 +0000)
commit59bfc5d3c03540d6ac9077f13f2ac941442430a5
tree65ee3a875d63fe6f81a8a1b7ab3dc1cba07beecf
parent519ed38ecb16d8a0c1538e082ca9a7ab14fbe97e
test-concurrency: Explicitly use floor division

Python 3 is pickier about this. Python 2.7 has Python 3-compatible
semantics for division when the division feature is imported from the
future.

Signed-off-by: Simon McVittie <smcv@debian.org>
Gbp-Pq: Name test-concurrency-Explicitly-use-floor-division.patch
tests/test-concurrency.py