Skip to content

Commit

Permalink
Update setuptools 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 330b72d commit 4870a63
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 @@ -70,7 +70,7 @@ def test_runs_buildout3_successfully(root, output):
b = Buildout(
python="3",
version="3.0.0b1",
setuptools="69.5.1",
setuptools="68.0.0",
wheel="0.36.2",
pip="23.3.2",
config=File(
Expand Down

0 comments on commit 4870a63

Please sign in to comment.