diff --git a/.github/workflows/ci-base.yaml b/.github/workflows/ci-base.yaml index 5c8a64e7fb..aa5b05ba1e 100644 --- a/.github/workflows/ci-base.yaml +++ b/.github/workflows/ci-base.yaml @@ -38,15 +38,3 @@ jobs: run: | ./tools/update-pos.sh [ $(git diff --ignore-matching-lines="POT-Creation-Date" | wc -c) = "0" ] - unit-tests: - name: Unit Tests - runs-on: ubuntu-22.04 - steps: - - name: Install dependencies - run: | - sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update - sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox libapt-pkg-dev - - name: Git checkout - uses: actions/checkout@v3 - - name: Unit - run: tox -e test diff --git a/debian/rules b/debian/rules index bc32debc2f..41477f6c31 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq (LTS,$(findstring LTS,$(VERSION))) make -C apt-hook test endif - python3 -m pytest python3 -m flake8 uaclient endif