Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Fix error with latest mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Aug 30, 2022
1 parent f55e502 commit 6d8b413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_unflakable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,8 @@ def test_pass():
expected_commit='CLI_COMMIT',
expect_xdist=xdist,
extra_args=[
'--branch', 'CLI_BRANCH', '--commit', 'CLI_COMMIT'
] + (XDIST_ARGS if xdist else []),
'--branch', 'CLI_BRANCH', '--commit', 'CLI_COMMIT'
] + (XDIST_ARGS if xdist else []),
)


Expand Down Expand Up @@ -2204,7 +2204,7 @@ def test_pass2():
expect_progress=False,
)

requests_mock.reset_mock() # type: ignore
requests_mock.reset_mock()

run_test_case(
pytester,
Expand Down

0 comments on commit 6d8b413

Please sign in to comment.