summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorDiego Ramirez <dr01191115@gmail.com>2021-11-29 09:29:14 -0600
committerDiego Ramirez <dr01191115@gmail.com>2021-11-29 09:29:14 -0600
commit7ced6c583bb7739628fd78d7bdece3ed4ce25303 (patch)
treebb2f917bf26069fd2cc9e0dcda46df8c5976129b /noxfile.py
parent5c916121a92202cb8be16ffa0db83774fe271606 (diff)
downloadpip-7ced6c583bb7739628fd78d7bdece3ed4ce25303.tar.gz
Replace tox with Nox (CLI, docs)
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/noxfile.py b/noxfile.py
index fcafb3ec2..7f1815d2e 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -63,12 +63,6 @@ def should_update_common_wheels() -> bool:
return need_to_repopulate
-# -----------------------------------------------------------------------------
-# Development Commands
-# These are currently prototypes to evaluate whether we want to switch over
-# completely to nox for all our automation. Contributors should prefer using
-# `tox -e ...` until this note is removed.
-# -----------------------------------------------------------------------------
@nox.session(python=["3.7", "3.8", "3.9", "3.10", "pypy3"])
def test(session: nox.Session) -> None:
# Get the common wheels.