##// END OF EJS Templates
deps: bumped pyparsing for EE edition
super-admin -
r5100:21ffe335 default
parent child Browse files
Show More
@@ -1,58 +1,57 b''
1
2 1 # Copyright (C) 2010-2023 RhodeCode GmbH
3 2 #
4 3 # This program is free software: you can redistribute it and/or modify
5 4 # it under the terms of the GNU Affero General Public License, version 3
6 5 # (only), as published by the Free Software Foundation.
7 6 #
8 7 # This program is distributed in the hope that it will be useful,
9 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 10 # GNU General Public License for more details.
12 11 #
13 12 # You should have received a copy of the GNU Affero General Public License
14 13 # along with this program. If not, see <http://www.gnu.org/licenses/>.
15 14 #
16 15 # This program is dual-licensed. If you wish to learn more about the
17 16 # RhodeCode Enterprise Edition, including its added features, Support services,
18 17 # and proprietary license terms, please see https://rhodecode.com/licenses/
19 18
20 19 import pytest # noqa
21 20
22 21 # keep the imports to have a toplevel conftest.py but still importable from EE edition
23 22 from rhodecode.tests.conftest_common import ( # noqa
24 23 pytest_generate_tests,
25 24 pytest_runtest_makereport,
26 25 pytest_addoption
27 26 )
28 27
29 28
30 29 pytest_plugins = [
31 30 "rhodecode.tests.fixture_mods.fixture_pyramid",
32 31 "rhodecode.tests.fixture_mods.fixture_utils",
33 32 ]
34 33
35 34
36 35 def pytest_configure(config):
37 36 from rhodecode.config import patches # noqa
38 37
39 38
40 39 def pytest_collection_modifyitems(session, config, items):
41 40 # nottest marked, compare nose, used for transition from nose to pytest
42 41 remaining = [
43 42 i for i in items if getattr(i.obj, '__test__', True)]
44 43 items[:] = remaining
45 44
46 45 # NOTE(marcink): custom test ordering, db tests and vcstests are slowest and should
47 46 # be executed at the end for faster test feedback
48 47 def sorter(item):
49 48 pos = 0
50 49 key = item._nodeid
51 50 if key.startswith('rhodecode/tests/database'):
52 51 pos = 1
53 52 elif key.startswith('rhodecode/tests/vcs_operations'):
54 53 pos = 2
55 54
56 55 return pos
57 56
58 57 items.sort(key=sorter)
@@ -1,274 +1,274 b''
1 1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
2 2
3 3 alembic==1.11.1
4 4 mako==1.2.4
5 5 markupsafe==2.1.2
6 6 sqlalchemy==1.4.49
7 7 greenlet==2.0.2
8 8 typing_extensions==4.7.1
9 9 async-timeout==4.0.2
10 10 babel==2.12.1
11 11 celery==5.3.1
12 12 billiard==4.1.0
13 13 click==8.1.3
14 14 click-didyoumean==0.3.0
15 15 click==8.1.3
16 16 click-plugins==1.1.1
17 17 click==8.1.3
18 18 click-repl==0.2.0
19 19 click==8.1.3
20 20 prompt-toolkit==3.0.38
21 21 wcwidth==0.2.6
22 22 six==1.16.0
23 23 kombu==5.3.1
24 24 amqp==5.1.1
25 25 vine==5.0.0
26 26 vine==5.0.0
27 27 python-dateutil==2.8.2
28 28 six==1.16.0
29 29 tzdata==2023.3
30 30 vine==5.0.0
31 31 channelstream==0.7.1
32 32 gevent==23.7.0
33 33 greenlet==2.0.2
34 34 zope.event==5.0.0
35 35 zope.interface==6.0.0
36 36 itsdangerous==1.1.0
37 37 marshmallow==2.18.0
38 38 pyramid==2.0.1
39 39 hupper==1.12
40 40 plaster==1.1.2
41 41 plaster-pastedeploy==1.0.1
42 42 pastedeploy==3.0.1
43 43 plaster==1.1.2
44 44 translationstring==1.4
45 45 venusian==3.0.0
46 46 webob==1.8.7
47 47 zope.deprecation==5.0.0
48 48 zope.interface==6.0.0
49 49 pyramid-apispec==0.3.3
50 50 apispec==1.3.3
51 51 pyramid-jinja2==2.10
52 52 jinja2==3.1.2
53 53 markupsafe==2.1.2
54 54 markupsafe==2.1.2
55 55 pyramid==2.0.1
56 56 hupper==1.12
57 57 plaster==1.1.2
58 58 plaster-pastedeploy==1.0.1
59 59 pastedeploy==3.0.1
60 60 plaster==1.1.2
61 61 translationstring==1.4
62 62 venusian==3.0.0
63 63 webob==1.8.7
64 64 zope.deprecation==5.0.0
65 65 zope.interface==6.0.0
66 66 zope.deprecation==5.0.0
67 67 python-dateutil==2.8.2
68 68 six==1.16.0
69 69 requests==2.28.2
70 70 certifi==2022.12.7
71 71 charset-normalizer==3.1.0
72 72 idna==3.4
73 73 urllib3==1.26.14
74 74 ws4py==0.5.1
75 75 deform==2.0.15
76 76 chameleon==3.10.2
77 77 colander==2.0
78 78 iso8601==1.1.0
79 79 translationstring==1.4
80 80 iso8601==1.1.0
81 81 peppercorn==0.6
82 82 translationstring==1.4
83 83 zope.deprecation==5.0.0
84 84 diskcache==5.6.1
85 85 docutils==0.19
86 86 dogpile.cache==1.2.2
87 87 decorator==5.1.1
88 88 stevedore==5.0.0
89 89 pbr==5.11.1
90 90 formencode==2.0.1
91 91 six==1.16.0
92 92 gunicorn==21.0.1
93 93 packaging==23.1
94 94 infrae.cache==1.0.1
95 95 beaker==1.12.1
96 96 repoze.lru==0.7
97 97 markdown==3.4.3
98 98 msgpack==1.0.5
99 99 mysqlclient==2.1.1
100 100 nbconvert==7.2.9
101 101 beautifulsoup4==4.11.2
102 102 soupsieve==2.4
103 103 bleach==6.0.0
104 104 six==1.16.0
105 105 webencodings==0.5.1
106 106 defusedxml==0.7.1
107 107 jinja2==3.1.2
108 108 markupsafe==2.1.2
109 109 jupyter_core==5.2.0
110 110 platformdirs==3.5.1
111 111 traitlets==5.9.0
112 112 jupyterlab-pygments==0.2.2
113 113 markupsafe==2.1.2
114 114 mistune==2.0.5
115 115 nbclient==0.7.2
116 116 jupyter_client==8.0.3
117 117 jupyter_core==5.2.0
118 118 platformdirs==3.5.1
119 119 traitlets==5.9.0
120 120 python-dateutil==2.8.2
121 121 six==1.16.0
122 122 pyzmq==25.0.0
123 123 tornado==6.2
124 124 traitlets==5.9.0
125 125 jupyter_core==5.2.0
126 126 platformdirs==3.5.1
127 127 traitlets==5.9.0
128 128 nbformat==5.7.3
129 129 fastjsonschema==2.16.3
130 130 jsonschema==4.17.3
131 131 attrs==22.2.0
132 132 pyrsistent==0.19.3
133 133 jupyter_core==5.2.0
134 134 platformdirs==3.5.1
135 135 traitlets==5.9.0
136 136 traitlets==5.9.0
137 137 traitlets==5.9.0
138 138 nbformat==5.7.3
139 139 fastjsonschema==2.16.3
140 140 jsonschema==4.17.3
141 141 attrs==22.2.0
142 142 pyrsistent==0.19.3
143 143 jupyter_core==5.2.0
144 144 platformdirs==3.5.1
145 145 traitlets==5.9.0
146 146 traitlets==5.9.0
147 147 packaging==23.1
148 148 pandocfilters==1.5.0
149 149 pygments==2.15.1
150 150 tinycss2==1.2.1
151 151 webencodings==0.5.1
152 152 traitlets==5.9.0
153 153 orjson==3.9.2
154 154 pastescript==3.3.0
155 155 paste==3.5.3
156 156 six==1.16.0
157 157 pastedeploy==3.0.1
158 158 six==1.16.0
159 159 premailer==3.10.0
160 160 cachetools==5.3.1
161 161 cssselect==1.2.0
162 162 cssutils==2.6.0
163 163 lxml==4.9.2
164 164 requests==2.28.2
165 165 certifi==2022.12.7
166 166 charset-normalizer==3.1.0
167 167 idna==3.4
168 168 urllib3==1.26.14
169 169 psutil==5.9.5
170 170 psycopg2==2.9.6
171 171 py-bcrypt==0.4
172 172 pycmarkgfm==1.2.0
173 173 cffi==1.15.1
174 174 pycparser==2.21
175 175 pycryptodome==3.17
176 176 pycurl==7.45.2
177 177 pymysql==1.0.3
178 178 pyotp==2.8.0
179 pyparsing==3.0.9
179 pyparsing==3.1.0
180 180 pyramid-debugtoolbar==4.10
181 181 pygments==2.15.1
182 182 pyramid==2.0.1
183 183 hupper==1.12
184 184 plaster==1.1.2
185 185 plaster-pastedeploy==1.0.1
186 186 pastedeploy==3.0.1
187 187 plaster==1.1.2
188 188 translationstring==1.4
189 189 venusian==3.0.0
190 190 webob==1.8.7
191 191 zope.deprecation==5.0.0
192 192 zope.interface==6.0.0
193 193 pyramid-mako==1.1.0
194 194 mako==1.2.4
195 195 markupsafe==2.1.2
196 196 pyramid==2.0.1
197 197 hupper==1.12
198 198 plaster==1.1.2
199 199 plaster-pastedeploy==1.0.1
200 200 pastedeploy==3.0.1
201 201 plaster==1.1.2
202 202 translationstring==1.4
203 203 venusian==3.0.0
204 204 webob==1.8.7
205 205 zope.deprecation==5.0.0
206 206 zope.interface==6.0.0
207 207 pyramid-mailer==0.15.1
208 208 pyramid==2.0.1
209 209 hupper==1.12
210 210 plaster==1.1.2
211 211 plaster-pastedeploy==1.0.1
212 212 pastedeploy==3.0.1
213 213 plaster==1.1.2
214 214 translationstring==1.4
215 215 venusian==3.0.0
216 216 webob==1.8.7
217 217 zope.deprecation==5.0.0
218 218 zope.interface==6.0.0
219 219 repoze.sendmail==4.4.1
220 220 transaction==3.1.0
221 221 zope.interface==6.0.0
222 222 zope.interface==6.0.0
223 223 transaction==3.1.0
224 224 zope.interface==6.0.0
225 225 python-ldap==3.4.3
226 226 pyasn1==0.4.8
227 227 pyasn1-modules==0.2.8
228 228 pyasn1==0.4.8
229 229 python-memcached==1.59
230 230 six==1.16.0
231 231 python-pam==2.0.2
232 232 python3-saml==1.15.0
233 233 isodate==0.6.1
234 234 six==1.16.0
235 235 lxml==4.9.2
236 236 xmlsec==1.3.13
237 237 lxml==4.9.2
238 238 pyyaml==6.0.1
239 239 redis==4.6.0
240 240 regex==2022.10.31
241 241 routes==2.5.1
242 242 repoze.lru==0.7
243 243 six==1.16.0
244 244 simplejson==3.19.1
245 245 sshpubkeys==3.3.1
246 246 cryptography==40.0.2
247 247 cffi==1.15.1
248 248 pycparser==2.21
249 249 ecdsa==0.18.0
250 250 six==1.16.0
251 251 sqlalchemy==1.4.49
252 252 greenlet==2.0.2
253 253 typing_extensions==4.7.1
254 254 supervisor==4.2.5
255 255 tzlocal==4.3
256 256 pytz-deprecation-shim==0.1.0.post0
257 257 tzdata==2023.3
258 258 unidecode==1.3.6
259 259 urlobject==2.4.3
260 260 waitress==2.1.2
261 261 weberror==0.13.1
262 262 paste==3.5.3
263 263 six==1.16.0
264 264 pygments==2.15.1
265 265 tempita==0.5.2
266 266 webob==1.8.7
267 267 webhelpers2==2.0
268 268 markupsafe==2.1.2
269 269 six==1.16.0
270 270 whoosh==2.7.4
271 271 zope.cachedescriptors==5.0.0
272 272
273 273 ## uncomment to add the debug libraries
274 274 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now