perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / CherryPy / patches / 01-test-deps-not-needed.patch
blob11a0706db41965a716054a9ccbcb6b186f133ccd
1 pytest-sugar is not needed to run tests.
2 python-memcached is optional test dependendency and we do not have it packaged
3 yet. See also https://github.com/cherrypy/cherrypy/pull/1984
5 --- cherrypy-18.10.0/setup.py.orig
6 +++ cherrypy-18.10.0/setup.py
7 @@ -91,7 +91,6 @@
8 'pytest>=5.3.5',
9 'pytest-cov',
10 'pytest-forked',
11 - 'pytest-sugar',
12 'path.py',
13 'requests_toolbelt',
14 'pytest-services>=2',
15 --- cherrypy-18.10.0/tox.ini.orig
16 +++ cherrypy-18.10.0/tox.ini
17 @@ -20,7 +20,6 @@
18 extras =
19 testing
20 routes_dispatcher
21 - memcached_session
22 whitelist_externals = mkdir
24 [python-cli-options]