Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/39'
Browse files Browse the repository at this point in the history
* origin/pr/39: (28 commits)
  q-dev: replace overriding with patching
  tests: use AsyncMock
  Remove core2 tests
  Use Port for device and make mypy happy
  q-dev: update common part with admin-core
  q-dev: call attach-confirm socket directly
  q-dev: cleanup
  typo
  q-dev: update tests
  q-dev: rename attach-confirm -> qubes-device-attach-confirm
  q-dev: updated tests and wait for attachment to be done
  q-dev: forbid usb assignment options
  q-dev: update utils.py
  q-dev: async confirmation
  q-dev: correct english grammar
  q-dev: update utils
  q-dev: add more tests
  q-dev: fix auto-attach
  q-dev: auto-attaching order
  q-dev: fix detaching
  ...
  • Loading branch information
marmarek committed Nov 16, 2024
2 parents e43a4ad + 738aa3a commit 32b38d3
Show file tree
Hide file tree
Showing 5 changed files with 1,189 additions and 573 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ include:
project: QubesOS/qubes-continuous-integration
- file: /r4.3/gitlab-host-vm-openqa.yml
project: QubesOS/qubes-continuous-integration

mypy:
stage: checks
image: fedora:40
tags:
- docker
before_script:
- sudo dnf install -y python3-mypy python3-pip
script:
- mypy --install-types --non-interactive --ignore-missing-imports --junit-xml mypy.xml qubesusbproxy
artifacts:
reports:
junit: mypy.xml
Loading

0 comments on commit 32b38d3

Please sign in to comment.