diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 43bda4d9..e5fbc115 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -41,5 +41,6 @@ jobs: - run: | sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 card_label='VCamera' ls -l /dev/video0 + - run: | rye run pytest test_momo.py -s working-directory: ./test \ No newline at end of file diff --git a/test/momo.py b/test/momo.py index 5bb32751..25c5a292 100644 --- a/test/momo.py +++ b/test/momo.py @@ -39,8 +39,6 @@ def __exit__(self, exc_type, exc_val, exc_tb): def run_app(self): args = [ str(self.executable), - "--no-audio-device", - "--video-device /dev/video0", self.mode, "--port", str(self.port),