oslo.log: test failures with Python 3.13.0b2
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.log |
In Progress
|
Undecided
|
Unassigned |
Bug Description
When running the test suite on Python 3.13.0b2, I'm getting the following test failures (note that I had to remove the test requiring eventlet, as greenlet doesn't build on py3.13):
```
oslo_log.
-------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/usr/lib/
return func(*newargs, **newkeywargs)
File "/tmp/oslo.
self.
~~~
File "/tmp/oslo.
self.
~~~
File "/tmp/oslo.
raise mismatch_error
testtools.
reference = '''\
2015-12-
'''
actual = '''\
2015-12-
'''
oslo_log.
-------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/tmp/oslo.
log.
^^^^^^^^
AttributeError: 'Logger' object has no attribute 'warn'
```
I'm going to try to submit a fix for these.
Fix proposed to branch: master /review. opendev. org/c/openstack /oslo.log/ +/921797
Review: https:/