We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e40ac commit cf28897Copy full SHA for cf28897
2 files changed
tests/g_appledict_bin_test.py
@@ -15,7 +15,7 @@
15
16
class TestGlossaryAppleDictBin(TestGlossaryBase):
17
def setUp(self):
18
- if os.getenv("SKIP_MISSING"):
+ if os.getenv("SKIP_TEST_MISSING_DEP"):
19
try:
20
import biplist # noqa: F401
21
except ImportError:
tests/g_kobo_test.py
@@ -7,7 +7,7 @@
7
8
class TestGlossaryKobo(TestGlossaryBase):
9
10
11
12
import marisa_trie # noqa: F401
13
0 commit comments