2023-02-14T20:30
2023-02-14T20:30
============================= test session starts ==============================
platform linux -- Python 3.11.1, pytest-7.2.1, pluggy-1.0.0
rootdir: /usr/lib/python3-pytz/ptest
plugins: hypothesis-6.66.0, subtests-0.9.0
collected 234 items

PASS: pytz/tests/test_docs.py::DocumentationTestCase::test_readme_encoding 
PASS: pytz/tests/test_docs.py::test_suite 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_append 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_binary_ops 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_bool 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_callable 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_count 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_delitem 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_delslice 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_extend 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_getitem 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_getslice 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_hash 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_iadd 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_index 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_insert 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_isinstance 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_iter 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_pop 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_remove 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_reverse 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_reversed 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_setitem 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_setslice 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_sort 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_sorted 
PASS: pytz/tests/test_lazy.py::LazyListTestCase::test_unary_ops 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_add 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_binary_ops 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_bool 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_callable 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_clear 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_copy 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_discard 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_hash 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_iops 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_isinstance 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_method_ops 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_pop 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_remove 
PASS: pytz/tests/test_lazy.py::LazySetTestCase::test_unary_ops 
PASS: pytz/tests/test_tzinfo.py::BasicTest::testGMT 
PASS: pytz/tests/test_tzinfo.py::BasicTest::testReferenceUTC 
PASS: pytz/tests/test_tzinfo.py::BasicTest::testStaticTzInfo 
PASS: pytz/tests/test_tzinfo.py::BasicTest::testUnicodeTimezone 
PASS: pytz/tests/test_tzinfo.py::BasicTest::testUnknownOffsets 
PASS: pytz/tests/test_tzinfo.py::BasicTest::testVersion 
PASS: pytz/tests/test_tzinfo.py::PicklingTest::testDatabaseFixes 
PASS: pytz/tests/test_tzinfo.py::PicklingTest::testDst 
PASS: pytz/tests/test_tzinfo.py::PicklingTest::testOldPickles 
PASS: pytz/tests/test_tzinfo.py::PicklingTest::testRoundtrip 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTStartTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternDSTEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTStartTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::USEasternEPTEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::WarsawWMTEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusWMTEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::VilniusCESTStartTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryStartTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::LondonHistoryEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaHistoryStartTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaDSTEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::NoumeaNoMoreDSTTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::TahitiTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testTransition 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::SamoaInternationalDateLineChange::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTStartTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testDayAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testDayBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testHourAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testHourBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testInstantAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testInstantBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testTransition 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testTwoHoursAfter 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::testTwoHoursBefore 
PASS: pytz/tests/test_tzinfo.py::ReferenceUSEasternDSTEndTestCase::test_arithmetic 
PASS: pytz/tests/test_tzinfo.py::LocalTestCase::testLocalize 
PASS: pytz/tests/test_tzinfo.py::LocalTestCase::testNormalize 
PASS: pytz/tests/test_tzinfo.py::CommonTimezonesTestCase::test_belfast 
PASS: pytz/tests/test_tzinfo.py::CommonTimezonesTestCase::test_bratislava 
PASS: pytz/tests/test_tzinfo.py::CommonTimezonesTestCase::test_us_eastern 
PASS: pytz/tests/test_tzinfo.py::ZoneCaseInsensitivityTestCase::test_lower_case_timezone_constructor_arg 
PASS: pytz/tests/test_tzinfo.py::OptimizedUTCTestCase::test_astimezone 
PASS: pytz/tests/test_tzinfo.py::OptimizedUTCTestCase::test_expectedclass 
PASS: pytz/tests/test_tzinfo.py::OptimizedUTCTestCase::test_fromutc 
PASS: pytz/tests/test_tzinfo.py::OptimizedUTCTestCase::test_normalize 
PASS: pytz/tests/test_tzinfo.py::LegacyUTCTestCase::test_astimezone 
PASS: pytz/tests/test_tzinfo.py::LegacyUTCTestCase::test_expectedclass 
PASS: pytz/tests/test_tzinfo.py::LegacyUTCTestCase::test_fromutc 
PASS: pytz/tests/test_tzinfo.py::LegacyUTCTestCase::test_normalize 
PASS: pytz/tests/test_tzinfo.py::StaticTzInfoTestCase::test_astimezone 
PASS: pytz/tests/test_tzinfo.py::StaticTzInfoTestCase::test_expectedclass 
PASS: pytz/tests/test_tzinfo.py::StaticTzInfoTestCase::test_fromutc 
PASS: pytz/tests/test_tzinfo.py::StaticTzInfoTestCase::test_normalize 
PASS: pytz/tests/test_tzinfo.py::DstTzInfoTestCase::test_astimezone 
PASS: pytz/tests/test_tzinfo.py::DstTzInfoTestCase::test_expectedclass 
PASS: pytz/tests/test_tzinfo.py::DstTzInfoTestCase::test_fromutc 
PASS: pytz/tests/test_tzinfo.py::DstTzInfoTestCase::test_normalize 
PASS: pytz/tests/test_tzinfo.py::test_suite 

=============================== warnings summary ===============================
pytz/tests/test_docs.py::test_suite
  /usr/lib/python3.11/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but pytz/tests/test_docs.py::test_suite returned <unittest.suite.TestSuite tests=[<test_docs.DocumentationTestCase testMethod=test_readme_encoding>, <doctest._DocTestSuite tests=[/usr/lib/python3-pytz/ptest/pytz/tests/../../README.rst]>]>, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
    warnings.warn(

pytz/tests/test_tzinfo.py::test_suite
  /usr/lib/python3.11/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but pytz/tests/test_tzinfo.py::test_suite returned <unittest.suite.TestSuite tests=[<doctest._DocTestSuite tests=[FixedOffset (pytz), _CountryNameDict (pytz), _CountryTimezoneDict (pytz), _UTC (pytz), ascii (pytz), timezone (pytz)]>, <doctest._DocTestSuite tests=[dst (pytz.tzinfo.DstTzInfo), localize (pytz.tzinfo.DstTzInfo), normalize (pytz.tzinfo.DstTzInfo), tzname (pytz.tzinfo.DstTzInfo), utcoffset (pytz.tzinfo.DstTzInfo), normalize (pytz.tzinfo.StaticTzInfo)]>, <doctest._DocTestSuite tests=[UnknownTimeZoneError (pytz.exceptions)]>, <unittest.suite.TestSuite tests=[<unittest.suite.TestSuite tests=[<test_tzinfo.BasicTest testMethod=testGMT>, <test_tzinfo.BasicTest testMethod=testReferenceUTC>, <test_tzinfo.BasicTest testMethod=testStaticTzInfo>, <test_tzinfo.BasicTest testMethod=testUnicodeTimezone>, <test_tzinfo.BasicTest testMethod=testUnknownOffsets>, <test_tzinfo.BasicTest testMethod=testVersion>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.CommonTimezonesTestCase testMethod=test_belfast>, <test_tzinfo.CommonTimezonesTestCase testMethod=test_bratislava>, <test_tzinfo.CommonTimezonesTestCase testMethod=test_us_eastern>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.DstTzInfoTestCase testMethod=test_astimezone>, <test_tzinfo.DstTzInfoTestCase testMethod=test_expectedclass>, <test_tzinfo.DstTzInfoTestCase testMethod=test_fromutc>, <test_tzinfo.DstTzInfoTestCase testMethod=test_normalize>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.LegacyUTCTestCase testMethod=test_astimezone>, <test_tzinfo.LegacyUTCTestCase testMethod=test_expectedclass>, <test_tzinfo.LegacyUTCTestCase testMethod=test_fromutc>, <test_tzinfo.LegacyUTCTestCase testMethod=test_normalize>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.LocalTestCase testMethod=testLocalize>, <test_tzinfo.LocalTestCase testMethod=testNormalize>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.LondonHistoryEndTestCase testMethod=testDayAfter>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testDayBefore>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testHourAfter>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testHourBefore>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testInstantAfter>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testInstantBefore>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testTransition>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.LondonHistoryEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.LondonHistoryEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.LondonHistoryStartTestCase testMethod=testDayAfter>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testDayBefore>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testHourAfter>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testHourBefore>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testInstantAfter>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testInstantBefore>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testTransition>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.LondonHistoryStartTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.LondonHistoryStartTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.NoumeaDSTEndTestCase testMethod=testDayAfter>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testDayBefore>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testHourAfter>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testHourBefore>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testInstantAfter>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testInstantBefore>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testTransition>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.NoumeaDSTEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.NoumeaHistoryStartTestCase testMethod=testDayAfter>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testDayBefore>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testHourAfter>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testHourBefore>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testInstantAfter>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testInstantBefore>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testTransition>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.NoumeaHistoryStartTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testDayAfter>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testDayBefore>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testHourAfter>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testHourBefore>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testInstantAfter>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testInstantBefore>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testTransition>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.NoumeaNoMoreDSTTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.OptimizedUTCTestCase testMethod=test_astimezone>, <test_tzinfo.OptimizedUTCTestCase testMethod=test_expectedclass>, <test_tzinfo.OptimizedUTCTestCase testMethod=test_fromutc>, <test_tzinfo.OptimizedUTCTestCase testMethod=test_normalize>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.PicklingTest testMethod=testDatabaseFixes>, <test_tzinfo.PicklingTest testMethod=testDst>, <test_tzinfo.PicklingTest testMethod=testOldPickles>, <test_tzinfo.PicklingTest testMethod=testRoundtrip>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testDayAfter>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testDayBefore>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testHourAfter>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testHourBefore>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testInstantAfter>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testInstantBefore>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testTransition>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.ReferenceUSEasternDSTEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testDayAfter>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testDayBefore>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testHourAfter>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testHourBefore>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testInstantAfter>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testInstantBefore>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testTransition>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.ReferenceUSEasternDSTStartTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.SamoaInternationalDateLineChange testMethod=testDayAfter>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testDayBefore>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testHourAfter>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testHourBefore>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testInstantAfter>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testInstantBefore>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testTransition>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testTwoHoursAfter>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=testTwoHoursBefore>, <test_tzinfo.SamoaInternationalDateLineChange testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.StaticTzInfoTestCase testMethod=test_astimezone>, <test_tzinfo.StaticTzInfoTestCase testMethod=test_expectedclass>, <test_tzinfo.StaticTzInfoTestCase testMethod=test_fromutc>, <test_tzinfo.StaticTzInfoTestCase testMethod=test_normalize>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.TahitiTestCase testMethod=testDayAfter>, <test_tzinfo.TahitiTestCase testMethod=testDayBefore>, <test_tzinfo.TahitiTestCase testMethod=testHourAfter>, <test_tzinfo.TahitiTestCase testMethod=testHourBefore>, <test_tzinfo.TahitiTestCase testMethod=testInstantAfter>, <test_tzinfo.TahitiTestCase testMethod=testInstantBefore>, <test_tzinfo.TahitiTestCase testMethod=testTransition>, <test_tzinfo.TahitiTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.TahitiTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.TahitiTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.USEasternDSTEndTestCase testMethod=testDayAfter>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testDayBefore>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testHourAfter>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testHourBefore>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testInstantAfter>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testInstantBefore>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testTransition>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.USEasternDSTEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.USEasternDSTEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.USEasternDSTStartTestCase testMethod=testDayAfter>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testDayBefore>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testHourAfter>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testHourBefore>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testInstantAfter>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testInstantBefore>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testTransition>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.USEasternDSTStartTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.USEasternDSTStartTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.USEasternEPTEndTestCase testMethod=testDayAfter>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testDayBefore>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testHourAfter>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testHourBefore>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testInstantAfter>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testInstantBefore>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testTransition>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.USEasternEPTEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.USEasternEPTEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.USEasternEPTStartTestCase testMethod=testDayAfter>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testDayBefore>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testHourAfter>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testHourBefore>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testInstantAfter>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testInstantBefore>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testTransition>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.USEasternEPTStartTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.USEasternEPTStartTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.VilniusCESTStartTestCase testMethod=testDayAfter>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testDayBefore>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testHourAfter>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testHourBefore>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testInstantAfter>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testInstantBefore>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testTransition>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.VilniusCESTStartTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.VilniusCESTStartTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.VilniusWMTEndTestCase testMethod=testDayAfter>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testDayBefore>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testHourAfter>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testHourBefore>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testInstantAfter>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testInstantBefore>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testTransition>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.VilniusWMTEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.VilniusWMTEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.WarsawWMTEndTestCase testMethod=testDayAfter>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testDayBefore>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testHourAfter>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testHourBefore>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testInstantAfter>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testInstantBefore>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testTransition>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testTwoHoursAfter>, <test_tzinfo.WarsawWMTEndTestCase testMethod=testTwoHoursBefore>, <test_tzinfo.WarsawWMTEndTestCase testMethod=test_arithmetic>]>, <unittest.suite.TestSuite tests=[<test_tzinfo.ZoneCaseInsensitivityTestCase testMethod=test_lower_case_timezone_constructor_arg>]>]>]>, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================= 234 passed, 2 warnings in 0.63s ========================
DURATION: 1
