pyaff4 icon indicating copy to clipboard operation
pyaff4 copied to clipboard

update tzlocal version

Open ydkhatri opened this issue 4 years ago • 0 comments

pyaff4 uses an old version of tzlocal (1.5.1), which throws warnings when on python 3.8

..../env/lib/python3.8/site-packages/tzlocal-1.5.1-py3.8.egg/tzlocal/unix.py:108: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
..../env/lib/python3.8/site-packages/tzlocal-1.5.1-py3.8.egg/tzlocal/unix.py:108: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?

Should upgrade tzlocal to latest (2.1), which fixes this.

ydkhatri avatar May 21 '20 23:05 ydkhatri