μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions | Variables
noxfile Namespace Reference

Functions

None lint (nox.Session session)
 
None tests (nox.Session session)
 
None tests_packaging (nox.Session session)
 
None docs (nox.Session session)
 
None make_changelog (nox.Session session)
 
None build (nox.Session session)
 

Variables

 needs_version
 
 sessions
 
list PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
 
 error_on_missing_interpreters
 

Function Documentation

◆ build()

None noxfile.build ( nox.Session  session)
Build SDists and wheels.

Definition at line 81 of file noxfile.py.

◆ docs()

None noxfile.docs ( nox.Session  session)
Build the docs. Pass "serve" to serve.

Definition at line 50 of file noxfile.py.

◆ lint()

None noxfile.lint ( nox.Session  session)
Lint the codebase (except for clang-format/tidy).

Definition at line 10 of file noxfile.py.

◆ make_changelog()

None noxfile.make_changelog ( nox.Session  session)
Inspect the closed issues and make entries for a changelog.

Definition at line 72 of file noxfile.py.

◆ tests()

None noxfile.tests ( nox.Session  session)
Run the tests (requires a compiler).

Definition at line 19 of file noxfile.py.

◆ tests_packaging()

None noxfile.tests_packaging ( nox.Session  session)
Run the packaging tests.

Definition at line 40 of file noxfile.py.

Variable Documentation

◆ error_on_missing_interpreters

noxfile.error_on_missing_interpreters

Definition at line 21 of file noxfile.py.

◆ needs_version

noxfile.needs_version

Definition at line 3 of file noxfile.py.

◆ PYTHON_VERSIONS

list noxfile.PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

Definition at line 6 of file noxfile.py.

◆ sessions

noxfile.sessions

Definition at line 4 of file noxfile.py.