# HG changeset patch # User RhodeCode Admin # Date 2023-03-17 13:07:14 # Node ID 2c2610139a165921294b3e7bf297d902862b98e8 # Parent a76e37378aedb5dfb4ad493f66c928476fd52e37 makefile: fixed installing vcsserver for tests diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ sdist: .PHONY: dev-env ## make dev-env based on the requirements files and install develop of packages dev-env: + pushd ../rhodecode-vcsserver/ && make dev-env && popd pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt pip install -e .