Closed lenerd closed 5 years ago
@lenerd How about support for py3.4 or below? math.gcd is not available. Please add a check to import
Should have thought about this, sorry ... I have added guards for the imports.
Note that the recently released version 5.0 of pytest only supports Python 3.5 and newer. Tu run tests in a virtual environment with an older Python version, I had to specify pytest<=4.6
in the setup.py
.
Hi there, while running the charm test I got the following warning (see also Python documentation):
This PR makes the according changes to use
math.gcd
.