Commit 7eb78ff
Make Enzyme a conditional test dependency loaded only for nopre group
- Remove Enzyme from regular test dependencies in Project.toml
- Add Enzyme as an EXTRA_PKG that's loaded conditionally in runtests.jl
- Only load Enzyme for the nopre group when not on prerelease Julia
- This ensures Enzyme is only loaded when needed and won't cause issues on prerelease
This complements the previous change of moving tests to the nopre group,
ensuring Enzyme is truly optional and only loaded when appropriate.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 19c5004 commit 7eb78ff
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
173 | | - | |
| 171 | + | |
174 | 172 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
0 commit comments