Skip to content

Commit b0ab90b

Browse files
committed
Test python-jl in Windows again
1 parent a90aa32 commit b0ab90b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/julia/tests/test_python_jl.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
from julia.core import which
99
from julia.python_jl import parse_pyjl_args
1010

11-
is_windows = os.name == "nt"
12-
1311
PYJULIA_TEST_REBUILD = os.environ.get("PYJULIA_TEST_REBUILD", "no") == "yes"
1412

1513
python_jl_required = pytest.mark.skipif(
@@ -62,9 +60,6 @@ def test_cli_quick_pass_no_julia(args):
6260

6361

6462
@python_jl_required
65-
@pytest.mark.skipif(
66-
is_windows,
67-
reason="python-jl is not supported in Windows")
6863
@pytest.mark.skipif(
6964
# This test makes sense only when PyJulia is importable by
7065
# `PyCall.python`. Thus, it is safe to run this test only when

0 commit comments

Comments
 (0)