1 Star 0 Fork 21

ZH.F / pytz

forked from src-openEuler / pytz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-remove_tzinfo_test.patch 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
haochen 提交于 2022-03-22 15:47 . update pytz version to 2021.3
diff --git a/pytz/tests/test_tzinfo.py b/pytz/tests/test_tzinfo.py
index b2640a8..4f5322b 100644
--- a/pytz/tests/test_tzinfo.py
+++ b/pytz/tests/test_tzinfo.py
@@ -155,6 +155,7 @@ class PicklingTest(unittest.TestCase):
self._roundtrip_tzinfo(localized_tz)
self._roundtrip_datetime(dt.replace(tzinfo=localized_tz))
+ @unittest.skip('Fails with system-wide timezone database')
def testRoundtrip(self):
for zone in pytz.all_timezones:
tz = pytz.timezone(zone)
1
https://gitee.com/zh-f/pytz.git
git@gitee.com:zh-f/pytz.git
zh-f
pytz
pytz
master

搜索帮助