Skip to content

Commit

Permalink
noxfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed May 5, 2021
1 parent 84ddccb commit 489695d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

SOURCE_PATHS = PACKAGE, "tests", "noxfile.py"
REQUIREMENT_PATH = "requirements-dev.txt"
ALWAYS_USE_PIP = ["furo", "mypy"]
ALWAYS_USE_PIP = ["furo"]

CI_RUN = os.environ.get("CI") == "true"
if CI_RUN:
Expand Down Expand Up @@ -180,6 +180,7 @@ def install_extras(
for spec in REQUIRES[extra].values()
if spec not in ALWAYS_USE_PIP
]
session.install(*ALWAYS_USE_PIP)
if (
isinstance(session.virtualenv, nox.virtualenv.CondaEnv)
and not force_pip
Expand Down

0 comments on commit 489695d

Please sign in to comment.