python/setuptools-rust: replace deprecated wheel.bdist_wheel
[oi-userland.git] / components / python / python-dateutil / patches / 02-test-disable-failing.patch
blob4292a52fdb65a7d4d030070e9fd6ffae8f79aa9d
1 --- python-dateutil-2.9.0.post0/tests/test_tz.py.orig
2 +++ python-dateutil-2.9.0.post0/tests/test_tz.py
3 @@ -985,6 +985,7 @@
6 @mark_tzlocal_nix
7 +@pytest.mark.skip(reason="always fails: https://github.com/dateutil/dateutil/issues/1260")
8 def test_tzlocal_local_time_trim_colon():
9 with TZEnvContext(':/etc/localtime'):
10 assert tz.gettz() is not None
11 --- python-dateutil-2.9.0.post0/tests/test_internals.py.orig
12 +++ python-dateutil-2.9.0.post0/tests/test_internals.py
13 @@ -62,6 +62,7 @@
16 @pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
17 +@pytest.mark.skip(reason="always fails: https://github.com/dateutil/dateutil/issues/1260")
18 def test_parser_parser_private_not_warns():
19 from dateutil.parser._parser import _timelex, _tzparser
20 from dateutil.parser._parser import _parsetz