Skip to content

Commit 8e4dd95

Browse files
committed
Don't blacklist test_usetex using pytest
The tests where fixed in #6918 but not enabled for pytest
1 parent a83b261 commit 8e4dd95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515

1616
IGNORED_TESTS = {
17-
'matplotlib': [
18-
'test_usetex',
19-
],
17+
'matplotlib': [],
2018
}
2119

2220

0 commit comments

Comments
 (0)