diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd028c4..6a500f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,4 @@ jobs: - name: Test with tox env: TOXENV: ${{ matrix.toxenv }} - run: tox + run: tox -v diff --git a/README.rst b/README.rst index 9438b9b..c40c26e 100644 --- a/README.rst +++ b/README.rst @@ -118,7 +118,7 @@ This library has been tested against the following devices and firmwares: | TVS-1282 | 5.0.1 | | +--------------+------------------------+---------------------------------------+ -⚠️ *QuTS is not currently supported - see [issue #84](https://github.com/colinodell/python-qnapstats/issues/84) +⚠️ *QuTS is not currently supported - see [issue #84](https://github.com/colinodell/python-qnapstats/issues/84)* Other QNAP devices using these QTS firmwares should probably work fine, as should the devices listed above on newer firmwares. If you encounter any compatibility issues, please let us know (or better yet, contribute a patch!) diff --git a/qnapstats/qnap_stats.py b/qnapstats/qnap_stats.py index 6bb1bd1..b3ae957 100644 --- a/qnapstats/qnap_stats.py +++ b/qnapstats/qnap_stats.py @@ -191,7 +191,7 @@ def get_volumes(self): def get_smart_disk_health(self): """Obtain SMART information about each disk.""" - resp = self._get_url("disk/qsmart.cgi?func=all_hd_data", force_list=("entry")) + resp = self._get_url("disk/qsmart.cgi?func=all_hd_data", force_list="entry") if resp is None: return None diff --git a/tox.ini b/tox.ini index da2ff79..ec5ab9e 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ commands = pylint qnapstats pydocstyle qnapstats python tests/test-models.py -deps = -Ur{toxinidir}/requirements.testing.txt +deps = -r{toxinidir}/requirements.testing.txt [testenv:desc] deps =