Yannick PÉROUX
Yannick PÉROUX
I don't know if it's enough for the full Python 3.6 compatibility, but it seems to be working fine for my usage.
I just tried to run the tests with `nosetests -vs tests`, but it went badly :( : ``` test_unmount_existing_mounted_database (core.backend.test_atm.MajordomeTest) ... ok test_unmount_existing_unmounted_database (core.backend.test_atm.MajordomeTest) ... ok core.backend.test_atm.gen_test_config ... ok test_inactive_worker_last_activity...
PEP8
The documentation states that : > Elevator tries hard to honor PEP-8, and Zen of Python. However, most of the code doesn't follow the PEP8, or any of the point...
The `setup.py` force PyZMQ version 13.0.0. I think we could safely use PyZMQ >= 13.0.0.
### Ensure stubs packages are not installed - [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2) ### Verify if the api is...
### Tracer Version(s) 3.9.0, 3.9.1 ### Python Version(s) Python 3.13.3 ### Pip Version(s) N/A ### Bug Report Since ddtrace 3.9.0, the decorator `@tracer.wrap()` overrides the signature of the decorated function....