lenovo / pylxca

PyLXCA is Python based interface for Lenovo xClarity Administrator APIs.
Apache License 2.0
14 stars 11 forks source link

Drop explicit python2.7 dependency from tests #18

Closed agrare closed 2 years ago

agrare commented 2 years ago

These two test files explicitly call for python2.7 rather than using the standard #!/usr/bin/env python shebang.

Fixes https://github.com/lenovo/pylxca/issues/17

agrare commented 2 years ago

Thanks @prabhosa !