diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 1d4ddf1..d1065f6 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -29,8 +29,8 @@ jobs: - name: Deploy run: | - /usr/bin/install-dev-tools + FAKE_ENV=1 /usr/bin/install-dev-tools - name: Test run: - pytest-3 -v --disable-pytest-warnings tests/ + FAKE_ENV=1 pytest-3 -v --disable-pytest-warnings tests/ diff --git a/debian/control b/debian/control index a26ba3f..87fffa3 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,13 @@ Priority: optional Maintainer: William Grzybowski Build-Depends: debhelper-compat (= 12), dh-python, - middlewared, python3-all, python3-click, python3-prompt-toolkit, python3-ptable, python3-pyparsing (>= 3.0.0b2), python3-setuptools, + python3-truenas-api-client, python3-yaml Standards-Version: 4.4.0 Homepage: https://github.com/truenas/midcli @@ -22,13 +22,13 @@ Package: python3-midcli Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - middlewared, python3-all, python3-click, python3-prompt-toolkit, python3-ptable, python3-pyparsing (>= 3.0.0b2), python3-setuptools, + python3-truenas-api-client, python3-yaml Description: TrueNAS Command Line Interface TrueNAS Command Line Interface