============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 234 items

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

=============================== warnings summary ===============================
pytz/tests/test_docs.py::test_suite
  $(PYTHON_DIR)/vendor-packages/_pytest/python.py:170: PytestReturnNotNoneWarning: Test functions should return None, but pytz/tests/test_docs.py::test_suite returned <class 'unittest.suite.TestSuite'>.
  Did you mean to use `assert` instead of `return`?
  See https://docs.pytest.org/en/stable/how-to/assert.html#return-not-none for more information.
    warnings.warn(

pytz/tests/test_tzinfo.py::test_suite
  $(PYTHON_DIR)/vendor-packages/_pytest/python.py:170: PytestReturnNotNoneWarning: Test functions should return None, but pytz/tests/test_tzinfo.py::test_suite returned <class 'unittest.suite.TestSuite'>.
  Did you mean to use `assert` instead of `return`?
  See https://docs.pytest.org/en/stable/how-to/assert.html#return-not-none for more information.
    warnings.warn(

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