Skip to content

Commit

Permalink
Update PYTEST_REQPASS
Browse files Browse the repository at this point in the history
  • Loading branch information
nishipy committed Sep 27, 2022
1 parent 7e1a746 commit acb54b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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: 715
PYTEST_REQPASS: 716

steps:
- name: Activate WSL1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ passenv =
HOME
NO_COLOR
PYTEST_* # allows developer to define their own preferences
PYTEST_REQPASS # needed for CI
REQPASS # needed for CI
PY_COLORS
RTD_TOKEN
REQUESTS_CA_BUNDLE # https proxies
Expand Down

0 comments on commit acb54b0

Please sign in to comment.