ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
278 stars 76 forks source link

Use maintainable dependencies for testing #111

Closed rominf closed 1 year ago

rominf commented 2 years ago

I'm Fedora maintainer and I'm in the process of packaging python-ovh for Fedora. Unfortunately, python-ovh relies on yanc (not in the repos, newest version released: Dec 16, 2014) and old nose (Fedora has newer, incompatible version), which makes it hard to test the library. Please consider updating testing dependencies (tox/pytest would be perfect).

deathiop commented 1 year ago

Hi @rominf,

Dependencies of python-ovh have recently been updated, especially to use pytest. Can you give it another look and tell us if it suits you needs nowadays?

rominf commented 1 year ago

Hi @deathiop,

Yes, it works great! Thanks!