Skip to content

Commit

Permalink
Fix Python version pin (jupyter#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored and max-muoto committed Mar 10, 2024
1 parent 22f0eda commit d34f684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-stacks-foundation/test_python_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def test_python_pinned_version(container: TrackedContainer) -> None:
tty=True,
command=["cat", "/opt/conda/conda-meta/pinned"],
)
assert f"python {EXPECTED_PYTHON_VERSION}.*" in logs
assert logs.startswith(f"python {EXPECTED_PYTHON_VERSION}.*")

0 comments on commit d34f684

Please sign in to comment.