소스 검색

Added pytz to test requirements

This allows running tests w/o installing Django itself by only pointing
the Python path.
Markus Holtermann 8 년 전
부모
커밋
80e742d991
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/requirements/base.txt

+ 1 - 0
tests/requirements/base.txt

@@ -8,6 +8,7 @@ Pillow
 PyYAML
 # pylibmc/libmemcached can't be built on Windows.
 pylibmc; sys.platform != 'win32'
+pytz
 selenium
 sqlparse
 tblib