Skip to content

Commit

Permalink
Update pip version in test_buildout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jun 17, 2024
1 parent 4b4bde5 commit 330b72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batou/lib/tests/test_buildout.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_runs_buildout3_successfully(root, output):
version="3.0.0b1",
setuptools="69.5.1",
wheel="0.36.2",
pip="24.0",
pip="23.3.2",
config=File(
"buildout3.cfg",
source=str(pathlib.Path(__file__).parent / "buildout3-example.cfg"),
Expand Down

0 comments on commit 330b72d

Please sign in to comment.