Yannick PÉROUX

Results 7 issues of 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...

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...

enhancement

The `setup.py` force PyZMQ version 13.0.0. I think we could safely use PyZMQ >= 13.0.0.

enhancement

I just realized that Elevator wasn't compatible with Python 3.

enhancement

### 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...

bug
PRs (with tests!) welcome
SQLA mypy plugin

### 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....

bug