##// END OF EJS Templates
timezone: fix issues with timezone detection of current logic....
timezone: fix issues with timezone detection of current logic. - it was reported that in certain timezones e.g `US/Central` the generated offset was +19:00 which is incorrect and should be -05:00. - we now use a special library for detection of local timezone and use logic of pytz to calculate the offset - fixes #5371

File last commit:

r2386:1863d1c7 default
r2676:7fe5f77f default
Show More
requirements_test.txt
15 lines | 264 B | text/plain | TextLexer
/ requirements_test.txt
requirements: updated structure of requirement files, and re-generated nix files.
r1236 # test related requirements
dependencies: bumped test dependencies:...
r2386 pytest==3.2.5
py==1.5.2
dependencies: bumped test libraries....
r1863 pytest-cov==2.5.1
dependencies: bumped test libraries versions....
r2274 pytest-sugar==0.9.0
dependencies: bumped test dependencies:...
r2386 pytest-runner==3.0.0
dependencies: organized test requirements....
r1222 pytest-catchlog==1.2.2
dependencies: bumped test libraries versions....
r2274 pytest-profiling==1.2.11
gprof2dot==2017.9.19
dependencies: organized test requirements....
r1222 pytest-timeout==1.2.0
requirements: updated structure of requirement files, and re-generated nix files.
r1236
dependencies: organized test requirements....
r1222 mock==1.0.1
dependencies: bumped test libraries versions....
r2274 WebTest==2.0.29
dependencies: organized test requirements....
r1222 cov-core==1.15.0
coverage==3.7.1