You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i'm packaging hpilo/4.4.3 for Debian, and i wanted to run the tests, but i'm not sure exactly how. There is a document at https://github.com/seveas/python-hpilo/blob/main/tests/README which i tried to follow but even just running unittest discover trigger an error because tests/utils.py still has import ConfigParser which is python2-syntax.
I'm wondering if tests have been left a bit behind and would need some work for downstream distros to be able to run them.
Thanks,
Sandro
The text was updated successfully, but these errors were encountered:
Hello,
i'm packaging hpilo/4.4.3 for Debian, and i wanted to run the tests, but i'm not sure exactly how. There is a document at https://github.com/seveas/python-hpilo/blob/main/tests/README which i tried to follow but even just running
unittest discover
trigger an error becausetests/utils.py
still hasimport ConfigParser
which is python2-syntax.I'm wondering if tests have been left a bit behind and would need some work for downstream distros to be able to run them.
Thanks,
Sandro
The text was updated successfully, but these errors were encountered: