Commit 76490dd
authored
Fix test__using_default_setup with PYJULIA_TEST_RUNTIME (#420)
Before this patch,
PYJULIA_TEST_RUNTIME=dummy tox -- --no-julia -k test__using_default_setup
did not work (which came up when I was writing
https://github.com/tkf/PyJuliaTester.jl). It is fixed by removing
`PYJULIA_TEST_RUNTIME` in `test__using_default_setup`.1 parent f3a268c commit 76490dd
File tree
2 files changed
+23
-1
lines changed- .github/workflows
- src/julia/tests
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments