install scripts updated; MemgraphRunner -> gqlalchemy.MemgraphInstanceRunner

This commit is contained in:
Boris Tasevski
2022-05-04 13:58:03 +02:00
parent ed4c4e6823
commit 41635e7306
4 changed files with 17 additions and 61 deletions

18
init
View File

@@ -111,22 +111,10 @@ if [[ "$setup_libs" == "true" ]]; then
cd ..
fi
# setup gql_behave dependencies
setup_virtualenv tests/gql_behave
# setup stress dependencies
setup_virtualenv tests/stress
# setup integration/ldap dependencies
setup_virtualenv tests/integration/ldap
# Setup tests dependencies.
# cd tests
# ./setup.sh
# cd ..
# TODO(gitbuda): Remove setup_virtualenv, replace it with tests/ve3. Take care
# of the build order because tests/setup.py builds pymgclient which depends on
# mgclient which is build after this script by calling make.
cd tests
./setup.sh
cd ..
echo "Done installing dependencies for Memgraph"