diff options
Diffstat (limited to 'dev-python/whisper/whisper-1.1.10.ebuild')
-rw-r--r-- | dev-python/whisper/whisper-1.1.10.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild index d587c6d47c45..7c5e02c4610f 100644 --- a/dev-python/whisper/whisper-1.1.10.ebuild +++ b/dev-python/whisper/whisper-1.1.10.ebuild @@ -28,8 +28,7 @@ RDEPEND=" distutils_enable_tests pytest -EPYTEST_DESELECT=( - # not a regression (fails the same with the previous version) - # https://github.com/graphite-project/whisper/issues/321 - test_whisper.py::TestWhisper::test_resize_with_aggregate -) +python_test() { + local -x TZ=UTC + epytest +} |