Skip to content

Commit 483103d

Browse files
Obada HaddadIdirLISN
authored andcommitted
rebase and fix some bad merges
1 parent f8194b5 commit 483103d

File tree

3 files changed

+35
-149
lines changed

3 files changed

+35
-149
lines changed

tests/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,18 @@ name = "tests"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
<<<<<<< HEAD
76
requires-python = "==3.14.0"
87
dependencies = [
98
"loguru~=0.7.3",
109
"psycopg[binary]~=3.2.13",
1110
"pytest==9.0.2",
12-
=======
13-
requires-python = ">=3.9"
14-
dependencies = [
15-
"loguru~=0.7.3",
16-
"psycopg[binary]~=3.2.13",
17-
"pytest~=8.4.2",
18-
>>>>>>> 1bd0764b (restore tests/*)
1911
"pytest-playwright~=0.7.1",
2012
"pytest-xdist~=3.8.0",
2113
"toml~=0.10.2",
2214
]
23-
<<<<<<< HEAD
2415
[tool.pytest.ini_options]
2516
# Use localhost as default host
2617
# addopts = --base-url=localhost --headed --browser webkit --browser firefox --browser chromium --numprocesses 2
2718
addopts = "--base-url=http://localhost:8000 --browser firefox --screenshot only-on-failure --full-page-screenshot"
2819
log_cli = "true"
2920
log_cli_level = "INFO"
30-
=======
31-
>>>>>>> 1bd0764b (restore tests/*)

0 commit comments

Comments
 (0)