##// END OF EJS Templates
deps: make dev-env build faster and cache rc_testdata
super-admin -
r1090:9bb211d1 python3
parent child Browse files
Show More
@@ -47,7 +47,8 b' sdist:'
47 47 .PHONY: dev-env
48 48 ## Build sdist
49 49 dev-env:
50 pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
50 pip wheel --wheel-dir=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
51 pip install --no-index --find-links=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
51 52 pip install -e .
52 53
53 54 # Default command on calling make
@@ -8,7 +8,7 b' dogpile.cache==1.2.0'
8 8 decorator==5.1.1
9 9 stevedore==5.0.0
10 10 pbr==5.11.1
11 dulwich==0.21.3
11 dulwich==0.21.5
12 12 urllib3==1.26.14
13 13 gunicorn==20.1.0
14 14 hg-evolve==11.0.0
@@ -19,7 +19,7 b' mock==5.0.2'
19 19 more-itertools==9.1.0
20 20 msgpack==1.0.5
21 21 orjson==3.8.12
22 psutil==5.9.4
22 psutil==5.9.5
23 23 py==1.11.0
24 24 pygit2==1.12.1
25 25 cffi==1.15.1
@@ -37,7 +37,7 b' pyramid==2.0.1'
37 37 webob==1.8.7
38 38 zope.deprecation==5.0.0
39 39 zope.interface==6.0.0
40 redis==4.5.4
40 redis==4.5.5
41 41 async-timeout==4.0.2
42 42 repoze.lru==0.7
43 43 scandir==1.10.0
@@ -27,7 +27,7 b' pytest-sugar==0.9.7'
27 27 iniconfig==2.0.0
28 28 packaging==23.0
29 29 pluggy==1.0.0
30 termcolor==2.2.0
30 termcolor==2.3.0
31 31 pytest-timeout==2.1.0
32 32 pytest==7.3.1
33 33 attrs==22.2.0
@@ -41,5 +41,5 b' webtest==3.0.0'
41 41 webob==1.8.7
42 42
43 43 # RhodeCode test-data
44 rc-testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/e72cda25374768bc8605a67066012428f9d90d03/rc_testdata-0.10.0-py3-none-any.whl
45 rc-testdata==0.10.0
44 rc_testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/e72cda25374768bc8605a67066012428f9d90d03/rc_testdata-0.10.0.tar.gz#egg=rc_testdata
45 rc_testdata==0.10.0
General Comments 0
You need to be logged in to leave comments. Login now