Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 01fd166

Browse files
committed
Fixes for unit tests
1 parent 31c91b9 commit 01fd166

File tree

3 files changed

+84
-289
lines changed

3 files changed

+84
-289
lines changed

poetry.lock

Lines changed: 7 additions & 232 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ SQLAlchemy = ">=1.4.0"
9797
# Development dependencies
9898
# ========================
9999
[tool.poetry.dev-dependencies]
100-
selenium = ">=2.53.6"
100+
selenium = ">=2.53.6, <4.0.0"
101101
pyvirtualdisplay = "~3"
102102
pytest = "~7"
103103
pylint = "~2"

0 commit comments

Comments
 (0)