We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90aa32 commit b0ab90bCopy full SHA for b0ab90b
src/julia/tests/test_python_jl.py
@@ -8,8 +8,6 @@
8
from julia.core import which
9
from julia.python_jl import parse_pyjl_args
10
11
-is_windows = os.name == "nt"
12
-
13
PYJULIA_TEST_REBUILD = os.environ.get("PYJULIA_TEST_REBUILD", "no") == "yes"
14
15
python_jl_required = pytest.mark.skipif(
@@ -62,9 +60,6 @@ def test_cli_quick_pass_no_julia(args):
62
60
63
61
64
@python_jl_required
65
-@pytest.mark.skipif(
66
- is_windows,
67
- reason="python-jl is not supported in Windows")
68
@pytest.mark.skipif(
69
# This test makes sense only when PyJulia is importable by
70
# `PyCall.python`. Thus, it is safe to run this test only when
0 commit comments