Skip to content

Commit cbf313d

Browse files
committed
test 2
1 parent 257955e commit cbf313d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/scripts/test_e2e_runner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ echo "Valid custom cert found!"
3939
sudo cp ~/.test_mitmproxy/mitmproxy-ca.pem tests/e2e/mitmproxy-ca.pem
4040

4141
echo "E2E processing..."
42+
pip install -e .
43+
pip install -r ./requirements/development.txt
4244
python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
4345

4446
# Clean up containers

0 commit comments

Comments
 (0)