File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6
6
- removed usage of deprecated "license_file" option for "license_files"
7
7
- fixed flake8 usage in pre-commit
8
8
- 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)
9
10
- :heart: contributors: @
10
11
11
12
5.1.0 2020/04/30
Original file line number Diff line number Diff line change @@ -55,3 +55,6 @@ addopts =
55
55
--failed-first
56
56
-r fE
57
57
-v
58
+ # Trait all tests as flaky by default
59
+ --force-flaky
60
+ --no-success-flaky-report
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ skip_missing_interpreters = True
10
10
passenv = DISPLAY
11
11
alwayscopy = True
12
12
deps =
13
+ flaky
13
14
pytest
14
15
# Must pin that version to support PyPy3
15
16
pypy3: numpy ==1.15.4
You can’t perform that action at this time.
0 commit comments