Skip to content

Commit

Permalink
Update selenium and pytest-selenium pins
Browse files Browse the repository at this point in the history
The last version of pytest-selenium that works with selenium<4.10.0 is
apparently broken. updating both to work with selenium>=4.10.0.
  • Loading branch information
prusse-martin committed Nov 27, 2023
1 parent 591b548 commit 717a1c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ dependencies:
- pytest-mock
- pytest-qt
- pytest-rerunfailures
- pytest-selenium >2
- pytest-selenium >=4.0.2
- pytest-timeout
# Recent selenium versions (>=4.10.0) are currently incompatible with pytest-selenium (some constructor changed argument list).
- selenium >=4.0.0, <4.10.0
- selenium >=4.10.0
{% if sys.platform != 'win32' %}
- pytest-xvfb
{% endif %}
Expand Down
5 changes: 2 additions & 3 deletions esss_environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ dependencies:
- cherrypy>=18.0.0
- pytest-mock>=1.4.0
- pytest-qt>=2.1.0
- pytest-selenium>2
- pytest-selenium>=4.0.2
- pytest-timeout>=1.0.0
- pytest-xdist>=1.15
# Recent selenium versions (>=4.10.0) are currently incompatible with pytest-selenium (some constructor changed argument list).
- selenium >=4.0.0, <4.10.0
- selenium >=4.10.0
{% if sys.platform != 'win32' %}
- pytest-xvfb
{% endif %}
Expand Down

0 comments on commit 717a1c5

Please sign in to comment.