cherrypy
cherrypy copied to clipboard
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
**What kind of change does this PR introduce?** - [ ] bug fix - [ ] feature - [x] docs update - [ ] tests/coverage improvement - [ ] refactoring...
**I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
updates: - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.12 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.12...v1.3.1) - [github.com/adrienverge/yamllint.git: v1.27.1 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.28.0)
Looks like documentation build is broken ```console [tkloczko@devel-g2v cherrypy-18.7.0]$ PYTHONPATH=$PWD /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v5.0.2 Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/sphinx/config.py", line 343, in...
Fixes #1922
While working on another issue, I was adding some code. When I added the code, I added a couple of doctests to document and test the basic behavior, but when...
See discussions: [astropy/astropy#11091](https://github.com/astropy/astropy/pull/11091) [pypa/pip#7413](https://github.com/pypa/pip/issues/7413) ```console [tkloczko@devel-g2v cherrypy-18.7.0]$ grep pkg_resources -r cherrypy/__init__.py: import pkg_resources cherrypy/__init__.py: __version__ = pkg_resources.require('cherrypy')[0].version cherrypy/test/helper.py: import pkg_resources, re, sys; \ cherrypy/test/helper.py: pkg_resources.load_entry_point(\ docs/conf.py:import pkg_resources docs/conf.py:prj_dist = pkg_resources.get_distribution('cherrypy')...
**I'm submitting a ...** - [ ] bug report - [ ] feature request - [ ] question about the decisions made in the repository **What is the current behavior?**...
After adding a linter with a max complexity, there are 36 failures due to too high complexity.