Package: python-nox / 2022.11.21-1

Metadata

Package Version Patches format
python-nox 2022.11.21-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable withchazel pygments style as it is not packa.patch | (download)

docs/conf.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable withchazel pygments style as it is not packaged yet.


0002 Disable privacy breaches in HTML documentation.patch | (download)

docs/_static/custom.css | 2 0 2 - 0 !
docs/conf.py | 2 1 1 - 0 !
2 files changed, 1 insertion( ), 3 deletions(-)

 disable privacy breaches in html documentation.


0003 Discover the nox package.patch | (download)

pyproject.toml | 3 3 0 - 0 !
1 file changed, 3 insertions( )

 let setuptools only process the nox package hierarchy
0004 Include tox to nox jinja2.patch | (download)

pyproject.toml | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 let setuptools also install the tox_to_nox.jinja2 file
 This is not needed in the upstream test suite, since it is run with
 a "fake" installation of the "nox" module that points right back to
 the source directory. When we run the tests via pytest, we need to
 make the file available.