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 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
11125.1.0 2020/04/30
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ skip_missing_interpreters = True
1010passenv = DISPLAY
1111alwayscopy = True
1212deps =
13+ flaky
1314 pytest
1415 # Must pin that version to support PyPy3
1516 pypy3: numpy ==1.15.4
You can’t perform that action at this time.
0 commit comments