Skip to content

Commit

Permalink
skip 2 tests blocking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Replit user committed Jul 31, 2023
1 parent f5bfea2 commit ea8e139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/console/commands/debug/test_resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __add_packages(repo: TestRepository) -> None:
repo.add_package(get_package("pendulum", "2.0.3"))
repo.add_package(get_package("cleo", "0.6.5"))


@pytest.mark.skip(reason="broke this with the pip change but defering effort of making it an option")
def test_debug_resolve_gives_resolution_results(tester: CommandTester) -> None:
tester.execute("cachy")

Expand Down Expand Up @@ -64,7 +64,7 @@ def test_debug_resolve_tree_option_gives_the_dependency_tree(

assert tester.io.fetch_output() == expected


@pytest.mark.skip(reason="broke this with the pip change but defering effort of making it an option")
def test_debug_resolve_git_dependency(tester: CommandTester) -> None:
tester.execute("git+https://github.com/demo/demo.git")

Expand Down

0 comments on commit ea8e139

Please sign in to comment.