mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-09 13:37:42 -08:00
Closes: https://bugs.gentoo.org/715290 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
13 lines
341 B
Diff
13 lines
341 B
Diff
diff --git a/test/test_streams.py b/test/test_streams.py
|
|
index 6985aec..9e64489 100644
|
|
--- a/test/test_streams.py
|
|
+++ b/test/test_streams.py
|
|
@@ -119,6 +119,7 @@ def test_writer_bad_message(wfile, writer):
|
|
hour=1,
|
|
minute=1,
|
|
second=1,
|
|
+ tzinfo=datetime.timezone.utc
|
|
))
|
|
|
|
assert wfile.getvalue() in [
|