From 4766cd764fd71d3e761e89162ca9fbe6d79c915f Mon Sep 17 00:00:00 2001 From: scito Date: Sun, 1 Jan 2023 14:04:03 +0100 Subject: [PATCH] fix testname --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84f04ae..40e8230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ jobs: - name: Test with pytest cv2 4.6 run: | pip install --force-reinstall -v "opencv-contrib-python==4.6.0.66" - pytest -vvv -s tests/cv2_segfault_repro.py::test_cv2_segfault_6_f0 - pytest -vvv -s tests/cv2_segfault_repro.py::test_cv2_segfault_6_f1 + pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f0 + pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f1 - name: Test with pytest cv2 4.7 run: | pip install --force-reinstall -v "opencv-contrib-python>=4.7.0" - pytest -vvv -s tests/cv2_segfault_repro.py::test_cv2_segfault_6_f0 - pytest -vvv -s tests/cv2_segfault_repro.py::test_cv2_segfault_6_f1 + pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f0 + pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f1