-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: use
pytest.mark.flaky
to manage flaky tests
We want to run those, but we don't trust them, so we ignore their results. Also mark all tests for mouse operations as flaky.
- Loading branch information
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ argparse | |
Django>=2.0.6 | ||
pytest==7.4.3 | ||
pytest-xdist==3.3.1 | ||
pytest-ignore-flaky==2.1.0 | ||
zope.testbrowser==6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ Flask==3.0.0 | |
coverage==7.3.2 | ||
argparse | ||
pytest==7.4.3 | ||
pytest-ignore-flaky==2.1.0 | ||
pytest-xdist==3.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters