Show More
@@ -1,48 +1,55 b'' | |||||
1 | # test related requirements |
|
1 | # test related requirements | |
|
2 | ||||
2 | mock==5.1.0 |
|
3 | mock==5.1.0 | |
3 | pytest-cov==4.1.0 |
|
4 | ||
4 | coverage==7.4.3 |
|
5 | pytest==8.3.3 | |
5 | pytest==8.1.1 |
|
6 | iniconfig==2.0.0 | |
6 | iniconfig==2.0.0 |
|
7 | packaging==24.1 | |
7 | packaging==24.1 |
|
8 | pluggy==1.5.0 | |
8 | pluggy==1.4.0 |
|
9 | pytest-cov==5.0.0 | |
9 | pytest-env==1.1.3 |
|
10 | coverage==7.6.4 | |
10 |
pytest==8. |
|
11 | pytest==8.3.3 | |
11 | iniconfig==2.0.0 |
|
12 | iniconfig==2.0.0 | |
12 | packaging==24.1 |
|
13 | packaging==24.1 | |
13 |
pluggy==1. |
|
14 | pluggy==1.5.0 | |
14 |
pytest- |
|
15 | pytest-env==1.1.5 | |
15 | gprof2dot==2022.7.29 |
|
16 | pytest==8.3.3 | |
16 | pytest==8.1.1 |
|
|||
17 | iniconfig==2.0.0 |
|
17 | iniconfig==2.0.0 | |
18 | packaging==24.1 |
|
18 | packaging==24.1 | |
19 |
pluggy==1. |
|
19 | pluggy==1.5.0 | |
20 | six==1.16.0 |
|
20 | pytest-profiling==1.7.0 | |
21 | pytest-rerunfailures==13.0 |
|
21 | gprof2dot==2024.6.6 | |
22 | packaging==24.1 |
|
22 | pytest==8.3.3 | |
23 | pytest==8.1.1 |
|
|||
24 | iniconfig==2.0.0 |
|
23 | iniconfig==2.0.0 | |
25 | packaging==24.1 |
|
24 | packaging==24.1 | |
26 |
pluggy==1. |
|
25 | pluggy==1.5.0 | |
|
26 | six==1.16.0 | |||
|
27 | pytest-rerunfailures==14.0 | |||
|
28 | packaging==24.1 | |||
|
29 | pytest==8.3.3 | |||
|
30 | iniconfig==2.0.0 | |||
|
31 | packaging==24.1 | |||
|
32 | pluggy==1.5.0 | |||
27 | pytest-runner==6.0.1 |
|
33 | pytest-runner==6.0.1 | |
28 | pytest-sugar==1.0.0 |
|
34 | pytest-sugar==1.0.0 | |
29 | packaging==24.1 |
|
35 | packaging==24.1 | |
30 |
pytest==8. |
|
36 | pytest==8.3.3 | |
31 | iniconfig==2.0.0 |
|
37 | iniconfig==2.0.0 | |
32 | packaging==24.1 |
|
38 | packaging==24.1 | |
33 |
pluggy==1. |
|
39 | pluggy==1.5.0 | |
34 |
termcolor==2. |
|
40 | termcolor==2.5.0 | |
35 | pytest-timeout==2.3.1 |
|
41 | pytest-timeout==2.3.1 | |
36 |
pytest==8. |
|
42 | pytest==8.3.3 | |
37 | iniconfig==2.0.0 |
|
43 | iniconfig==2.0.0 | |
38 | packaging==24.1 |
|
44 | packaging==24.1 | |
39 |
pluggy==1. |
|
45 | pluggy==1.5.0 | |
|
46 | ||||
40 | webtest==3.0.0 |
|
47 | webtest==3.0.0 | |
41 | beautifulsoup4==4.12.3 |
|
48 | beautifulsoup4==4.12.3 | |
42 | soupsieve==2.5 |
|
49 | soupsieve==2.5 | |
43 | waitress==3.0.0 |
|
50 | waitress==3.0.0 | |
44 | webob==1.8.8 |
|
51 | webob==1.8.8 | |
45 |
|
52 | |||
46 | # RhodeCode test-data |
|
53 | # RhodeCode test-data | |
47 | rc_testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/77378e9097f700b4c1b9391b56199fe63566b5c9/rc_testdata-0.11.0.tar.gz#egg=rc_testdata |
|
54 | rc_testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/77378e9097f700b4c1b9391b56199fe63566b5c9/rc_testdata-0.11.0.tar.gz#egg=rc_testdata | |
48 | rc_testdata==0.11.0 |
|
55 | rc_testdata==0.11.0 |
General Comments 0
You need to be logged in to leave comments.
Login now