
This illustrates the use of nox in a simpler project. It can build docs, run linters, and execute unittests simply and effectively. Note we pin the packaging package as newer versions have changed behavior on rolling release distros that don't have proper version. This is necessary to fix gating. The followup change fixes it properly. Change-Id: I795e4d73f60d90b0f027df43a80ebda773ee9194
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
distro<1.7.0 ; python_version < '3.6'
|
|
distro>=1.7.0 ; python_version >= '3.6'
|
|
pbr>=2.0.0 # Apache-2.0
|
|
Parsley
|
|
packaging<22.0 ; python_version >= '3.6'
|
|
packaging<21.0 ; python_version < '3.6'
|