]> granicus.if.org Git - python/commit
Issue #23517: Skip a datetime test on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Sep 2015 08:50:20 +0000 (10:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Sep 2015 08:50:20 +0000 (10:50 +0200)
commit8820a350d77c1cf93a6c720981e562407c2dd71d
tree00a7dc169c47b87f823c1a43e82e55ada1377ac3
parentadfefa527a32e711c1bea9c1ac32c20e9cce0660
Issue #23517: Skip a datetime test on Windows

The test calls gmtime(-1)/localtime(-1) which is not supported on Windows.
Lib/test/datetimetester.py