Show More
@@ -17,6 +17,7 b' done = true' | |||||
17 | done = true |
|
17 | done = true | |
18 |
|
18 | |||
19 | [task:updated_translation] |
|
19 | [task:updated_translation] | |
|
20 | done = true | |||
20 |
|
21 | |||
21 | [release] |
|
22 | [release] | |
22 | state = in_progress |
|
23 | state = in_progress |
@@ -9,4 +9,5 b' diff -rup rhodecode-tools-1.4.1-orig/set' | |||||
9 | +setup_requirements = ['pytest-runner==5.1.0'] |
|
9 | +setup_requirements = ['pytest-runner==5.1.0'] | |
10 | install_requirements = _get_requirements( |
|
10 | install_requirements = _get_requirements( | |
11 | 'requirements.txt', exclude=['setuptools']) |
|
11 | 'requirements.txt', exclude=['setuptools']) | |
12 | test_requirements = _get_requirements('requirements_test.txt') No newline at end of file |
|
12 | -test_requirements = _get_requirements('requirements_test.txt') | |
|
13 | -test_requirements = [] |
@@ -117,8 +117,6 b' https://code.rhodecode.com/rhodecode-too' | |||||
117 | ## appenlight |
|
117 | ## appenlight | |
118 | appenlight-client==0.6.26 |
|
118 | appenlight-client==0.6.26 | |
119 |
|
119 | |||
120 | ## test related requirements |
|
|||
121 | -r requirements_test.txt |
|
|||
122 |
|
120 | |||
123 | ## uncomment to add the debug libraries |
|
121 | ## uncomment to add the debug libraries | |
124 | #-r requirements_debug.txt |
|
122 | #-r requirements_debug.txt |
General Comments 0
You need to be logged in to leave comments.
Login now