dev-python/pyopenssl: Run tests with TZ=UTC

Closes: https://bugs.gentoo.org/627530
This commit is contained in:
PPed72
2017-11-27 18:41:59 +01:00
committed by Mike Gilbert
parent 7a0a8d6e5c
commit e4a7c4e19d
3 changed files with 3 additions and 6 deletions

View File

@@ -51,8 +51,7 @@ python_compile_all() {
}
python_test() {
# FIXME: for some reason, no-ops on PyPy
py.test -v || die "Testing failed with ${EPYTHON}"
TZ=UTC py.test -v || die "Testing failed with ${EPYTHON}" # Fixes bug #627530
}
python_install_all() {

View File

@@ -51,8 +51,7 @@ python_compile_all() {
}
python_test() {
# FIXME: for some reason, no-ops on PyPy
py.test -v || die "Testing failed with ${EPYTHON}"
TZ=UTC py.test -v || die "Testing failed with ${EPYTHON}" # Fixes bug #627530
}
python_install_all() {

View File

@@ -51,8 +51,7 @@ python_compile_all() {
}
python_test() {
# FIXME: for some reason, no-ops on PyPy
py.test -v || die "Testing failed with ${EPYTHON}"
TZ=UTC py.test -v || die "Testing failed with ${EPYTHON}" # Fixes bug #627530
}
python_install_all() {