Lucas Nussbaum <lu...@debian.org> writes: > Relevant part (hopefully): >> File "<frozen importlib._bootstrap>", line 673, in _load_unlocked >> File "<frozen importlib._bootstrap_external>", line 673, in exec_module >> File "<frozen importlib._bootstrap>", line 222, in >> _call_with_frames_removed >> File "/<<PKGBUILDDIR>>/passlib/tests/test_totp.py", line 61, in <module> >> datetime.datetime.utcfromtimestamp(max_time_t << 1) >> OverflowError: timestamp out of range for platform time_t
I believe this is fixed in version 1.7.1 which is in unstable. This is actually Python 3.6 bug: https://bugs.python.org/issue29100 https://bugs.python.org/issue29346 python-passlib applied a work around: https://bitbucket.org/ecollins/passlib/commits/80f838f5771f6753b0e46716ab25b48641aeef89 -- Brian May <b...@debian.org>