Skip to content

Commit

Permalink
tests: fixes when running locally
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jun 23, 2023
1 parent 5e1f0c0 commit 09a36a9
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 09a36a9

Please sign in to comment.