mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pyopenssl: Run tests with TZ=UTC
Closes: https://bugs.gentoo.org/627530
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user