summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-22 09:51:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-22 09:51:07 -0500
commitf6d13dc684da7851065b220a17945a252dd627bd (patch)
tree5196b2917581788f7c30de72f063a637519a0ff6
parent58852b481eec6ddb5b6a8fa7b0fcaff52c1f1cbe (diff)
downloadpython-coveragepy-git-f6d13dc684da7851065b220a17945a252dd627bd.tar.gz
temp: but it fails if i run all the tests?
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 3b4a4009..2b4005c8 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -79,7 +79,7 @@ jobs:
- name: "Run tox for ${{ matrix.python-version }}"
run: |
- python -m tox -- -rfsEX -k test_debug
+ python -m tox -- -rfsEX
#- name: "Retry tox for ${{ matrix.python-version }}"
# if: failure()