diff --git a/tests/test_tox_to_nox.py b/tests/test_tox_to_nox.py index 6e869b7e..65823e6d 100644 --- a/tests/test_tox_to_nox.py +++ b/tests/test_tox_to_nox.py @@ -50,7 +50,6 @@ def test_trivial(makeconfig): """ ) ) - assert sys.executable == "what" assert ( result == textwrap.dedent( @@ -64,6 +63,7 @@ def py{PYTHON_VERSION_NODOT}(session): """ ).lstrip() ) + assert sys.version == "what" def test_skipinstall(makeconfig):