Skip to content

Commit 3ec89c5

Browse files
committed
tests: fixed a random bug on test_grab_with_tuple_percents() (fixes BoboTiG#142)
1 parent f84c6dd commit 3ec89c5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ History:
66
- removed usage of deprecated "license_file" option for "license_files"
77
- fixed flake8 usage in pre-commit
88
- MSS: the implementation is now thread-safe on all OSes (fixes #169)
9+
- tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
910
- :heart: contributors: @
1011

1112
5.1.0 2020/04/30

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ addopts =
5555
--failed-first
5656
-r fE
5757
-v
58+
# Trait all tests as flaky by default
59+
--force-flaky
60+
--no-success-flaky-report

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ skip_missing_interpreters = True
1010
passenv = DISPLAY
1111
alwayscopy = True
1212
deps =
13+
flaky
1314
pytest
1415
# Must pin that version to support PyPy3
1516
pypy3: numpy==1.15.4

0 commit comments

Comments
 (0)