Commit 8ade798
committed
TST: force test with shared test image to run in serial
The tests test_hexbin_empty and test_hexbin_log_empty use the same target
image, however if they the tests ended up being run in different workers when
running the tests in parallel they will step on each other if one of the test
starts writing the output file while the other is trying to read the test
image.
By putting them in the same test they will save and evaluate in order.1 parent 7de767e commit 8ade798
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
| 902 | + | |
906 | 903 | | |
907 | 904 | | |
908 | | - | |
909 | 905 | | |
910 | 906 | | |
911 | 907 | | |
| |||
0 commit comments