From: Jason Ish Date: Wed, 23 Nov 2022 18:15:10 +0000 (-0600) Subject: github-ci: fix pytest on MacOS X-Git-Tag: 1.3.0rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474ddc3d3b4e291cadb3a025cdff1faa3b88d9ad;p=thirdparty%2Fsuricata-update.git github-ci: fix pytest on MacOS --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74a5892..a3c3f50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -247,5 +247,5 @@ jobs: - run: pip3 install PyYAML - run: pip3 install pytest - uses: actions/checkout@v1 - - run: PYTHONPATH=. pytest + - run: PYTHONPATH=. python3 -m pytest - run: PYTHONPATH=. python3 ./tests/integration_tests.py