Source: apscheduler
Version: 3.0.5-1
Severity: important
Tags: sid stretch
Usertags: pytest3.0.0

During a test rebuild of apscheduler against pytest 3.0.0 from experimental,
apscheduler failed to build:
| =================================== FAILURES 
===================================
| ____________________ TestConvertToDatetime.test_date[None] 
_____________________
| tests/test_util.py:109: in test_date
|     assert isinstance(returned, datetime)
| E   assert False
| E    +  where False = isinstance(None, datetime)
| ____________________ TestConvertToDatetime.test_date[date] 
_____________________
| tests/test_util.py:112: in test_date
|     assert returned == expected
| E   assert datetime.datetime(2009, 8, 1, 0, 0, tzinfo=<DstTzInfo 
'Europe/Berlin' CEST+2:00:00 DST>) == datetime.datetime(2009, 7, 6, 0, 0, 
tzinfo=<DstTzInfo 'Europe/Berlin' CEST+2:00:00 DST>)
| __________________ TestConvertToDatetime.test_date[datetime] 
___________________
| tests/test_util.py:112: in test_date
|     assert returned == expected
| E   assert datetime.datetime(2009, 8, 1, 5, 6, 12, tzinfo=<DstTzInfo 
'Europe/Berlin' CEST+2:00:00 DST>) == datetime.datetime(2009, 7, 6, 0, 0, 
tzinfo=<DstTzInfo 'Europe/Berlin' CEST+2:00:00 DST>)
| ________________ TestConvertToDatetime.test_date[date as text] 
_________________
| tests/test_util.py:112: in test_date
|     assert returned == expected
| E   assert datetime.datetime(2009, 8, 1, 0, 0, tzinfo=<DstTzInfo 
'Europe/Berlin' CEST+2:00:00 DST>) == datetime.datetime(2009, 7, 6, 0, 0, 
tzinfo=<DstTzInfo 'Europe/Berlin' CEST+2:00:00 DST>)
| ______________ TestConvertToDatetime.test_date[datetime as text] 
_______________
| tests/test_util.py:112: in test_date
|     assert returned == expected
| E   assert datetime.datetime(2009, 8, 1, 5, 16, 12, tzinfo=<DstTzInfo 
'Europe/Berlin' CEST+2:00:00 DST>) == None
| _______________ TestConvertToDatetime.test_date[existing tzinfo] 
_______________
| tests/test_util.py:112: in test_date
|     assert returned == expected
| E   assert datetime.datetime(2009, 8, 1, 0, 0, tzinfo=pytz.FixedOffset(-60)) 
== None
| ============================ pytest-warning summary 
============================
| WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] 
instead.
| ===== 6 failed, 305 passed, 90 skipped, 1 pytest-warnings in 3.07 seconds 
======
| E: pybuild pybuild:276: test: plugin custom failed with: exit code=1: 
python2.7 setup.py test
| dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 
--system=custom --test-args={interpreter} setup.py test returned exit code 13

See https://people.debian.org/~sramacher/logs/pytest3.0.0/apscheduler_amd64.log
for a full log.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature

Reply via email to