Skip to content

Timezone parsing error in develop branch #1070

Description

@michael-dev2rights

I'm running on Ubuntu 16.04 LTS. I have python I have pulled and checked out develop branch at commit

e079c0d

I installed the dependencies in requirements.txt (see attached file)

pip-list.txt

When I run

nosetests tests/unit/

Then the output ends

======================================================================
FAIL: test_parse_rfc822 (tests.unit.test_utils.TestParseTimestamps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mikedd/dev/botocore/tests/unit/test_utils.py", line 249, in test_parse_rfc822
    datetime.datetime(2002, 10, 2, 13, 0, tzinfo=tzutc()))
AssertionError: datetime.datetime(2002, 10, 2, 13, 0, tzinfo=tzlocal()) != datetime.datetime(2002, 10, 2, 13, 0, tzinfo=tzutc())

----------------------------------------------------------------------
Ran 1615 tests in 21.648s

FAILED (failures=1)

actual output log attached.

nose-unit-run-botocore-develop-e079c0db-log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a confirmed bug.dependenciesThis issue is a problem in a dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions