Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit b1796ff

Browse files
committed
Fix tests
1 parent 5839d48 commit b1796ff

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Add this extension in your ``conf.py`` file as:
3232
3333
.. |docs| image:: https://readthedocs.org/projects/readthedocs-sphinx-search/badge/?version=latest
3434
:alt: Documentation Status
35-
:scale: 100%
3635
:target: https://readthedocs-sphinx-search.readthedocs.io/en/latest/?badge=latest
3736

3837
.. |license| image:: https://img.shields.io/github/license/readthedocs/readthedocs-sphinx-search.svg

scripts/setup_chromedriver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wget -N https://chromedriver.storage.googleapis.com/81.0.4044.69/chromedriver_linux64.zip -P ~/
1+
wget -N https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip -P ~/
22
unzip ~/chromedriver_linux64.zip -d ~/
33
rm ~/chromedriver_linux64.zip
44
sudo mv -f ~/chromedriver /usr/local/bin/

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ skipsdist = True
1010
description = run the whole test suite
1111
deps =
1212
.
13-
pytest-selenium
13+
pytest-selenium==1.17.0
1414
sphinx18: Sphinx<1.9
1515
sphinx20: Sphinx<2.1
1616
sphinx21: Sphinx<2.2

0 commit comments

Comments
 (0)