Skip to content

Commit

Permalink
tests: fixes tox-to-nox tests when running locally (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jul 12, 2023
1 parent 34f556c commit b7a1025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_tox_to_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import pytest

from nox import tox_to_nox
tox_to_nox = pytest.importorskip("nox.tox_to_nox")


@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion tests/test_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
IS_WINDOWS = nox.virtualenv._SYSTEM == "Windows"
HAS_CONDA = shutil.which("conda") is not None
RAISE_ERROR = "RAISE_ERROR"
VIRTUALENV_VERSION = virtualenv.version.version
VIRTUALENV_VERSION = virtualenv.__version__


class TextProcessResult(NamedTuple):
Expand Down

0 comments on commit b7a1025

Please sign in to comment.