Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Priority: optional
Maintainer: William Grzybowski <william@grzy.org>
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
Expand All @@ -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