You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test__using_default_setup with PYJULIA_TEST_RUNTIME (JuliaPy#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`.
0 commit comments