Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
saucoide committed Sep 22, 2024
1 parent e6b144c commit 6383ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tox_to_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_trivial(makeconfig):
"""
)
)
assert sys.executable == "what"
assert (
result
== textwrap.dedent(
Expand All @@ -64,6 +63,7 @@ def py{PYTHON_VERSION_NODOT}(session):
"""
).lstrip()
)
assert sys.version == "what"


def test_skipinstall(makeconfig):
Expand Down

0 comments on commit 6383ea8

Please sign in to comment.