Răsfoiți Sursa

Added pytz to test requirements

This allows running tests w/o installing Django itself by only pointing
the Python path.
Markus Holtermann 8 ani în urmă
părinte
comite
80e742d991
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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