Skip to content

Commit

Permalink
Merge branch 'kevin' into agent-skills
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj authored Aug 15, 2024
2 parents 5eab05d + f4b241c commit 6a327b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,9 @@ async def _test_ipython_agentskills_fileop_pwd_impl(


@pytest.mark.asyncio
# skip
@pytest.mark.skip(reason='Agentskills are updated in the forked repo')
# https://github.com/SmartManoj/Kevin/pull/35
async def test_ipython_agentskills_fileop_pwd(
temp_dir, box_class, run_as_devin, enable_auto_lint
):
Expand All @@ -964,6 +967,8 @@ async def test_ipython_agentskills_fileop_pwd(


@pytest.mark.asyncio
@pytest.mark.skip(reason='Agentskills are updated in the forked repo')
# https://github.com/SmartManoj/Kevin/pull/35
async def test_ipython_agentskills_fileop_pwd_with_userdir(temp_dir, box_class):
"""Make sure that cd in bash also update the current working directory in ipython.
Expand Down

0 comments on commit 6a327b4

Please sign in to comment.