﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21032	pip 1.4 and pytz break installation of test requirements	Kevin Christopher Henry	nobody	"`pip` 1.4 isn't installing `pytz` properly because of how the latter formats its version numbers (see the bug report [https://bugs.launchpad.net/pytz/+bug/1204837 here]). This is breaking the installation of the test requirements as suggested in the [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-all-the-tests documentation]. Specifically, none of the requirements are installed because `pip` can't find a valid version of `pytz`.

This could be solved for now by changing the requirements file to read `pytz>=2013b` (or some other acceptable version), which explicitly authorizes pre-release versions (which is what `pip` thinks `pytz`'s version numbers represent).

If ignored this bug will presumably fix itself when `pytz` changes it's version numbers to conform to `pip`'s expectations."	Uncategorized	closed	Testing framework	dev	Normal	fixed		Kevin Christopher Henry	Unreviewed	0	0	0	0	0	0
