From b21989b48b9623490b197e6eec3b3eb0b1c533cc Mon Sep 17 00:00:00 2001 From: Nirmal Patel Date: Fri, 27 May 2022 20:56:27 -0400 Subject: [PATCH] Updated PYTEST_REQPASS to reflect number of passing tests --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index b60ecee6a9..721ea9ac27 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -155,7 +155,7 @@ jobs: WSLENV: FORCE_COLOR:PYTEST_REQPASS:TOXENV:TOX_PARALLEL_NO_SPINNER # Number of expected test passes, safety measure for accidental skip of # tests. Update value if you add/remove tests. - PYTEST_REQPASS: 650 + PYTEST_REQPASS: 654 steps: - name: Activate WSL1