I'm running on Ubuntu 16.04 LTS. I have python I have pulled and checked out develop branch at commit
======================================================================
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.
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
actual output log attached.
nose-unit-run-botocore-develop-e079c0db-log.txt