Skip to content

Commit d5a6090

Browse files
committed
unzip deprecated in pip 7
1 parent 99607bd commit d5a6090

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/conversions/iso8601_test.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@
3131
make_datetime, _make_datetime, jsonify_datetime,
3232
)
3333

34-
35-
# make sure that pytz's db is loaded so that later accesses are faster.
36-
# to avoid long startup times, run:
37-
# pip unzip pytz
38-
print (
39-
"Loading timezone data (if this takes a few seconds, "
40-
"run `pip unzip pytz` to speed it up)..."
41-
)
4234
timezone('US/Central')
4335

4436

0 commit comments

Comments
 (0)