Show More
@@ -1,13 +1,14 b'' | |||||
1 | ## special libraries we could extend the requirements.txt file with to add some |
|
1 | ## special libraries we could extend the requirements.txt file with to add some | |
2 | ## custom libraries usefull for debug and memory tracing |
|
2 | ## custom libraries usefull for debug and memory tracing | |
3 |
|
3 | |||
4 | objgraph |
|
4 | objgraph | |
5 |
|
5 | |||
6 | ## debug |
|
6 | ## debug | |
7 | ipdb |
|
7 | ipdb | |
8 | ipython |
|
8 | ipython | |
9 |
|
9 | |||
10 | pipdeptree |
|
10 | pipdeptree | |
11 | invoke==2.0.0 |
|
11 | invoke==2.0.0 | |
12 | bumpversion==0.6.0 |
|
12 | bumpversion==0.6.0 | |
13 | bump2version==1.0.1 |
|
13 | bump2version==1.0.1 | |
|
14 | flake8 |
@@ -1,2 +1,2 b'' | |||||
1 | ## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version |
|
1 | ## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version | |
2 |
https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-4fecb4f9-1967-49fe-90b3-241bdf9dd577.tar.gz?sha256=ed254c0e4d0dab9e7bfab449e94d60eca43db9a7f81a9be7928bf12588589cae |
|
2 | rhodecode-tools==2.0.0 @ https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-4fecb4f9-1967-49fe-90b3-241bdf9dd577.tar.gz?sha256=ed254c0e4d0dab9e7bfab449e94d60eca43db9a7f81a9be7928bf12588589cae |
@@ -1,41 +1,44 b'' | |||||
1 | # test related requirements |
|
1 | # test related requirements | |
2 |
|
2 | |||
3 | cov-core==1.15.0 |
|
3 | cov-core==1.15.0 | |
4 | coverage==7.2.1 |
|
4 | coverage==7.2.1 | |
5 | mock==5.0.1 |
|
5 | mock==5.0.1 | |
6 | py==1.11.0 |
|
6 | py==1.11.0 | |
7 | pytest-cov==4.0.0 |
|
7 | pytest-cov==4.0.0 | |
8 | coverage==7.2.1 |
|
8 | coverage==7.2.1 | |
9 | pytest==7.2.2 |
|
9 | pytest==7.2.2 | |
10 | attrs==22.2.0 |
|
10 | attrs==22.2.0 | |
11 | iniconfig==2.0.0 |
|
11 | iniconfig==2.0.0 | |
12 | packaging==23.0 |
|
12 | packaging==23.0 | |
13 | pluggy==1.0.0 |
|
13 | pluggy==1.0.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.2.2 |
|
16 | pytest==7.2.2 | |
17 | attrs==22.2.0 |
|
17 | attrs==22.2.0 | |
18 | iniconfig==2.0.0 |
|
18 | iniconfig==2.0.0 | |
19 | packaging==23.0 |
|
19 | packaging==23.0 | |
20 | pluggy==1.0.0 |
|
20 | pluggy==1.0.0 | |
21 | six==1.16.0 |
|
21 | six==1.16.0 | |
22 | pytest-runner==6.0.0 |
|
22 | pytest-runner==6.0.0 | |
23 | pytest-sugar==0.9.6 |
|
23 | pytest-sugar==0.9.6 | |
24 | packaging==23.0 |
|
24 | packaging==23.0 | |
25 | pytest==7.2.2 |
|
25 | pytest==7.2.2 | |
26 | attrs==22.2.0 |
|
26 | attrs==22.2.0 | |
27 | iniconfig==2.0.0 |
|
27 | iniconfig==2.0.0 | |
28 | packaging==23.0 |
|
28 | packaging==23.0 | |
29 | pluggy==1.0.0 |
|
29 | pluggy==1.0.0 | |
30 | termcolor==2.2.0 |
|
30 | termcolor==2.2.0 | |
31 | pytest-timeout==2.1.0 |
|
31 | pytest-timeout==2.1.0 | |
32 | pytest==7.2.2 |
|
32 | pytest==7.2.2 | |
33 | attrs==22.2.0 |
|
33 | attrs==22.2.0 | |
34 | iniconfig==2.0.0 |
|
34 | iniconfig==2.0.0 | |
35 | packaging==23.0 |
|
35 | packaging==23.0 | |
36 | pluggy==1.0.0 |
|
36 | pluggy==1.0.0 | |
37 | webtest==3.0.0 |
|
37 | webtest==3.0.0 | |
38 | beautifulsoup4==4.11.2 |
|
38 | beautifulsoup4==4.11.2 | |
39 | soupsieve==2.4 |
|
39 | soupsieve==2.4 | |
40 | waitress==2.1.2 |
|
40 | waitress==2.1.2 | |
41 | webob==1.8.7 |
|
41 | webob==1.8.7 | |
|
42 | ||||
|
43 | # RhodeCode test-data | |||
|
44 | rc-testdata @ https://code.rhodecode.com/upstream/rc_testdata/archive/default.tar.gz?with_hash=1&sha256=76c9ed4ea955971774db2daf3076f38b7388ccc1338b6fd0c02800ab99400426 |
General Comments 0
You need to be logged in to leave comments.
Login now