Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit a914500

Browse files
committed
Rename requirements-sele-3.txt to requirements.txt
1 parent e27c8fb commit a914500

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
File renamed without changes.

test/selenium_test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ fi
3131
# How to find old versions?
3232
# https://pypi.python.org/simple/selenium/
3333
mkdir -p ${HOME}/.local
34-
pip install --user -r /test/requirements-sele-${USE_SELENIUM}.txt
35-
# pip install --install-option="--prefix=${HOME}/.local" -r /test/requirements-sele-${USE_SELENIUM}.txt
36-
# export PATH=$PATH:~/.local/bin
37-
# echo "PATH=\$PATH:~/.local/bin" >> ~/.bashrc
34+
pip install --user --requirement /test/requirements.txt
3835

3936
python_test ${browser_name}
4037

0 commit comments

Comments
 (0)