Commit 780bb71
committed
Require the bloom extra under CI so its tests never silently skip
The pybloomfilter skip guard keeps local runs green without the optional
bloom extra, but CI installs it (.github/workflows/test.yml), so a
missing pybloomfilter under CI is a broken setup, not an absent optional
dependency. Re-raise the ImportError when the CI env var is set, so the
bloom tests fail loudly rather than silently skipping and dropping
coverage.1 parent e750aca commit 780bb71
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments