Skip to content

Commit

Permalink
debugging weird CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Apr 27, 2024
1 parent 7f7a8bb commit 27765a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_pipenv_graph_reverse(pipenv_instance_private_pypi):
from pipenv.cli import cli
from pipenv.vendor.click.testing import CliRunner # not thread safe but graph is a tricky test

with (pipenv_instance_private_pypi() as p):
with pipenv_instance_private_pypi() as p:
c = p.pipenv('install tablib==0.13.0')
assert c.returncode == 0
cli_runner = CliRunner(mix_stderr=False)
Expand Down

0 comments on commit 27765a0

Please sign in to comment.