Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/651274
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ )"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
python_test() {
py.test -v src/croniter/tests || die "tests failed"