From 2d3e896f6d39dc2eab272b714a691636a1dbb6dd Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 19 May 2026 21:17:47 -0400 Subject: [PATCH] Fix pytest command line argument typo --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index ab90a23..5f4e6d3 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -73,7 +73,7 @@ jobs: pip install .[build] - name: Run unit tests run: | - pytest --cov --cov-report=xml -junitxml=junit.xml -o junit_family=legacy tests.py + pytest --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy tests.py - name: Test sample DMARC reports run: | pip install -e .