Skip to content

Commit

Permalink
bump version of selene to 2.0.0rc4, pin selenium <4.10, bump pytest-h…
Browse files Browse the repository at this point in the history
…tml-report-merger to 0.1.2 (#31)

* bump version of selene to 2.0.0rc4, pin selenium <4.10

pytest-selenium requires selenium <4.10

bumping version of selene because there are package dependency
resolution errors when we try to use 2.0.0rc2.

in Makefile's `pyenv` target, try to delete the virtualenv before
creating it. that way, we can get a clean virtual environment.

* bump version of pytest-html-report-merger to support pytest-html 4.0.0+
  • Loading branch information
dskard authored Oct 23, 2023
1 parent 00bf68f commit 0151e32
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 324 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PYTHON_VERSION=3.9.10

pyenv:
pyenv install ${PYTHON_VERSION} --skip-existing
pyenv virtualenv-delete ${PROJECT} || true
pyenv virtualenv ${PYTHON_VERSION} ${PROJECT}
pyenv local ${PROJECT}
pip install pipenv
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pytest-test-groups = "*"
pytest-xdist = "*"
python-dateutil = "*"
requests = "*"
selenium = "==4.9.0"
selene = {git = "https://github.com/yashaka/selene.git",ref = "2.0.0rc2"}
selenium = "<4.10"
selene = {git = "https://github.com/yashaka/selene.git",ref = "2.0.0rc4"}
fuzzbucket-client = "*"
browsermob-proxy = "==0.8.0"
pytest-timeout = "*"
Expand Down
Loading

0 comments on commit 0151e32

Please sign in to comment.