File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -473,10 +473,6 @@ def helper():
473
473
@pytest .mark .end_to_end
474
474
@pytest .mark .skipif (not IS_PEXPECT_INSTALLED , reason = "pexpect is not installed." )
475
475
@pytest .mark .skipif (sys .platform == "win32" , reason = "pexpect cannot spawn on Windows." )
476
- @pytest .mark .skipif (
477
- sys .platform == "darwin" and sys .version_info == (3 , 13 ),
478
- reason = "Test skipped on macOS for Python 3.13. Debug when released." ,
479
- )
480
476
def test_set_trace_is_returned_after_pytask_finishes (tmp_path ):
481
477
"""Motivates unconfiguring of pdb.set_trace."""
482
478
source = f"""
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ commands =
21
21
[testenv:test]
22
22
extras = test
23
23
deps =
24
- nbmake; not (platform_system == "Windows" and python_version == "3.13")
24
+ nbmake
25
25
pygraphviz; platform_system == "Linux"
26
26
commands =
27
27
pytest --nbmake {posargs}
You can’t perform that action at this time.
0 commit comments