##// END OF EJS Templates
chore(deps): bumped pytest related deps
super-admin -
r1218:5a5e18ae tip default
parent child Browse files
Show More
@@ -1,77 +1,74 b''
1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
2
2
3 async-timeout==4.0.3
3 async-timeout==4.0.3
4 atomicwrites==1.4.1
4 atomicwrites==1.4.1
5 celery==5.3.6
5 celery==5.3.6
6 billiard==4.2.0
6 billiard==4.2.0
7 click==8.1.3
7 click==8.1.3
8 click-didyoumean==0.3.0
8 click-didyoumean==0.3.0
9 click==8.1.3
9 click==8.1.3
10 click-plugins==1.1.1
10 click-plugins==1.1.1
11 click==8.1.3
11 click==8.1.3
12 click-repl==0.2.0
12 click-repl==0.2.0
13 click==8.1.3
13 click==8.1.3
14 prompt-toolkit==3.0.38
14 prompt-toolkit==3.0.38
15 wcwidth==0.2.6
15 wcwidth==0.2.6
16 six==1.16.0
16 six==1.16.0
17 kombu==5.3.5
17 kombu==5.3.5
18 amqp==5.2.0
18 amqp==5.2.0
19 vine==5.1.0
19 vine==5.1.0
20 vine==5.1.0
20 vine==5.1.0
21 python-dateutil==2.8.2
21 python-dateutil==2.8.2
22 six==1.16.0
22 six==1.16.0
23 tzdata==2024.1
23 tzdata==2024.1
24 vine==5.1.0
24 vine==5.1.0
25 contextlib2==21.6.0
25 contextlib2==21.6.0
26 cov-core==1.15.0
27 coverage==7.2.3
28 diskcache==5.6.3
26 diskcache==5.6.3
29 dogpile.cache==1.3.2
27 dogpile.cache==1.3.2
30 decorator==5.1.1
28 decorator==5.1.1
31 stevedore==5.1.0
29 stevedore==5.1.0
32 pbr==5.11.1
30 pbr==5.11.1
33 dulwich==0.21.6
31 dulwich==0.21.6
34 urllib3==1.26.14
32 urllib3==1.26.14
35 gunicorn==21.2.0
33 gunicorn==21.2.0
36 packaging==23.1
34 packaging==24.0
37 hg-evolve==11.0.2
35 hg-evolve==11.0.2
38 importlib-metadata==6.0.0
36 importlib-metadata==6.0.0
39 zipp==3.15.0
37 zipp==3.15.0
40 mercurial==6.3.3
38 mercurial==6.3.3
41 mock==5.0.2
42 more-itertools==9.1.0
39 more-itertools==9.1.0
43 msgpack==1.0.7
40 msgpack==1.0.7
44 orjson==3.9.15
41 orjson==3.9.15
45 psutil==5.9.8
42 psutil==5.9.8
46 py==1.11.0
43 py==1.11.0
47 pygit2==1.13.3
44 pygit2==1.13.3
48 cffi==1.16.0
45 cffi==1.16.0
49 pycparser==2.21
46 pycparser==2.21
50 pygments==2.15.1
47 pygments==2.15.1
51 pyparsing==3.1.1
48 pyparsing==3.1.1
52 pyramid==2.0.2
49 pyramid==2.0.2
53 hupper==1.12
50 hupper==1.12
54 plaster==1.1.2
51 plaster==1.1.2
55 plaster-pastedeploy==1.0.1
52 plaster-pastedeploy==1.0.1
56 pastedeploy==3.1.0
53 pastedeploy==3.1.0
57 plaster==1.1.2
54 plaster==1.1.2
58 translationstring==1.4
55 translationstring==1.4
59 venusian==3.0.0
56 venusian==3.0.0
60 webob==1.8.7
57 webob==1.8.7
61 zope.deprecation==5.0.0
58 zope.deprecation==5.0.0
62 zope.interface==6.2.0
59 zope.interface==6.2.0
63 redis==5.0.1
60 redis==5.0.1
64 async-timeout==4.0.3
61 async-timeout==4.0.3
65 repoze.lru==0.7
62 repoze.lru==0.7
66 scandir==1.10.0
63 scandir==1.10.0
67 setproctitle==1.3.3
64 setproctitle==1.3.3
68 subvertpy==0.11.0
65 subvertpy==0.11.0
69 waitress==3.0.0
66 waitress==3.0.0
70 wcwidth==0.2.6
67 wcwidth==0.2.6
71
68
72
69
73 ## test related requirements
70 ## test related requirements
74 #-r requirements_test.txt
71 #-r requirements_test.txt
75
72
76 ## uncomment to add the debug libraries
73 ## uncomment to add the debug libraries
77 #-r requirements_debug.txt
74 #-r requirements_debug.txt
@@ -1,45 +1,48 b''
1 # test related requirements
1 # test related requirements
2
2 mock==5.1.0
3 cov-core==1.15.0
3 pytest-cov==4.1.0
4 coverage==7.2.3
4 coverage==7.4.3
5 mock==5.0.2
5 pytest==8.1.1
6 py==1.11.0
7 pytest-cov==4.0.0
8 coverage==7.2.3
9 pytest==7.3.1
10 attrs==22.2.0
11 iniconfig==2.0.0
6 iniconfig==2.0.0
12 packaging==23.1
7 packaging==24.0
13 pluggy==1.0.0
8 pluggy==1.4.0
9 pytest-env==1.1.3
10 pytest==8.1.1
11 iniconfig==2.0.0
12 packaging==24.0
13 pluggy==1.4.0
14 pytest-profiling==1.7.0
14 pytest-profiling==1.7.0
15 gprof2dot==2022.7.29
15 gprof2dot==2022.7.29
16 pytest==7.3.1
16 pytest==8.1.1
17 attrs==22.2.0
18 iniconfig==2.0.0
17 iniconfig==2.0.0
19 packaging==23.1
18 packaging==24.0
20 pluggy==1.0.0
19 pluggy==1.4.0
21 six==1.16.0
20 six==1.16.0
22 pytest-runner==6.0.0
21 pytest-rerunfailures==13.0
23 pytest-sugar==0.9.7
22 packaging==24.0
24 packaging==23.1
23 pytest==8.1.1
25 pytest==7.3.1
26 attrs==22.2.0
27 iniconfig==2.0.0
24 iniconfig==2.0.0
28 packaging==23.1
25 packaging==24.0
29 pluggy==1.0.0
26 pluggy==1.4.0
30 termcolor==2.3.0
27 pytest-runner==6.0.1
31 pytest-timeout==2.1.0
28 pytest-sugar==1.0.0
32 pytest==7.3.1
29 packaging==24.0
33 attrs==22.2.0
30 pytest==8.1.1
34 iniconfig==2.0.0
31 iniconfig==2.0.0
35 packaging==23.1
32 packaging==24.0
36 pluggy==1.0.0
33 pluggy==1.4.0
34 termcolor==2.4.0
35 pytest-timeout==2.3.1
36 pytest==8.1.1
37 iniconfig==2.0.0
38 packaging==24.0
39 pluggy==1.4.0
37 webtest==3.0.0
40 webtest==3.0.0
38 beautifulsoup4==4.11.2
41 beautifulsoup4==4.12.3
39 soupsieve==2.4
42 soupsieve==2.5
40 waitress==3.0.0
43 waitress==3.0.0
41 webob==1.8.7
44 webob==1.8.7
42
45
43 # RhodeCode test-data
46 # RhodeCode test-data
44 rc_testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/77378e9097f700b4c1b9391b56199fe63566b5c9/rc_testdata-0.11.0.tar.gz#egg=rc_testdata
47 rc_testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/77378e9097f700b4c1b9391b56199fe63566b5c9/rc_testdata-0.11.0.tar.gz#egg=rc_testdata
45 rc_testdata==0.11.0
48 rc_testdata==0.11.0
General Comments 0
You need to be logged in to leave comments. Login now