Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 5ba142d

Browse files
committed
Add helpful tip for running nox locally
1 parent 357d646 commit 5ba142d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

noxfile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# Helpful notes for local usage:
16+
# unset PYENV_VERSION
17+
# pyenv local 3.14.1 3.13.10 3.12.11 3.11.4 3.10.12 3.9.17
18+
# PIP_INDEX_URL=https://pypi.org/simple nox
19+
1520
from __future__ import absolute_import
1621
from concurrent.futures import ThreadPoolExecutor
1722
from pathlib import Path

0 commit comments

Comments
 (0)