Commit f77735b
committed
Deprecate ImageComparisonTest.
It's a weird leftover at that point that tries to set up a nose test
class but uses pytest markers (via e.g. _checked_on_freetype_version,
which uses _knownfailureif, which itself unconditionally relies on
pytest) -- basically, it can't actually be used for nose-based testing
unless nose somehow learns to interpret pytest markers.
A (fairly trivial...) PR has been opened on pytest-mpl to fix their use.1 parent c8fd779 commit f77735b
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
0 commit comments