See
<
https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-9/110/di...
------------------------------------------
[...truncated 344.14 KB...]
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
______________________________ test_dates[alt8.1] ______________________________
osxml = <Os shortid=alt8.1>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2016-06-01'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
______________________________ test_dates[alt8.2] ______________________________
osxml = <Os shortid=alt8.2>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2017-12-30'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux1.0] ____________________________
osxml = <Os shortid=altlinux1.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2001-03-01'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux2.0] ____________________________
osxml = <Os shortid=altlinux2.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2002-04-20'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux2.2] ____________________________
osxml = <Os shortid=altlinux2.2>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2003-03-01'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux2.4] ____________________________
osxml = <Os shortid=altlinux2.4>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2004-09-01'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux3.0] ____________________________
osxml = <Os shortid=altlinux3.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2005-03-22'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux4.0] ____________________________
osxml = <Os shortid=altlinux4.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2007-06-01'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux4.1] ____________________________
osxml = <Os shortid=altlinux4.1>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2008-12-07'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux5.0] ____________________________
osxml = <Os shortid=altlinux5.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2009-10-29'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux6.0] ____________________________
osxml = <Os shortid=altlinux6.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2011-10-26'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
___________________________ test_dates[altlinux7.0] ____________________________
osxml = <Os shortid=altlinux7.0>
@util.os_parametrize('osxml', filter_dates=True)
def test_dates(osxml):
release_date = _parse_date(osxml.release_date)
tests/test_dates.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
date_string = '2012-10-01'
def _parse_date(date_string):
if not date_string:
return None
return datetime.date.fromisoformat(date_string)
E
AttributeError: type object 'datetime.date' has no attribute
'fromisoformat'
tests/test_dates.py:12: AttributeError
=================== 545 failed, 1321 passed in 63.04 seconds ===================
Makefile:124: recipe for target 'check' failed
make: *** [check] Error 1
Build step 'Execute shell' marked build as failure