Closed closedLoop closed 3 months ago
rebuilding poetry.lock resulted in this
SolverProblemError
The current project's Python requirement (>=3.9) is not compatible with some of the required packages Python requirement:
- selenium requires Python ~=3.7, so it will not be satisfied for Python >=4.0
Because selenium (4.4.3) requires Python ~=3.7
and no versions of selenium match >4.4.3,<5.0.0, selenium is forbidden.
So, because cryptodatapy depends on selenium (^4.4.3), version solving failed.
Resolved with pyproject.toml
and poetry.lock
updates in https://github.com/systamental/cryptodatapy/pull/4
running
python -m pytest --maxfail=1
after following install instructions for python 3.8.10. This appears to be a selenium issue