We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a50eb commit 3f2a190Copy full SHA for 3f2a190
tests/bootstrap.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
cd tests
3
-pip install selenium===$VERSION \
4
- docker===2.2.1
+pip install selenium===3.5.0 \
+ docker===2.5.1 \
5
+ | grep -v 'Requirement already satisfied'
6
+
7
python test.py $1 $2
0 commit comments