Commit 1fb817b
authored
Fixing nightly build failure (#2912)
Closes #2911
# Rationale for this change
PR #2906 added imports to `tests/conftest.py` that require
`pytest-lazy-fixture` and `sqlalchemy`. The nightly build's wheel test
uses a minimal environment that doesn't include these dependencies,
causing `tests/avro/test_decoder.py` to fail when loading `conftest.py`.
## Are these changes tested?
Yes. Reproduced locally by creating a minimal venv with only the
original test dependencies, reproduced the failure, then verified the
fix resolves it.
## Are there any user-facing changes?
No1 parent 36ed4af commit 1fb817b
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments