File tree Expand file tree Collapse file tree 3 files changed +35
-149
lines changed
Expand file tree Collapse file tree 3 files changed +35
-149
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,29 +3,18 @@ name = "tests"
33version = " 0.1.0"
44description = " Add your description here"
55readme = " README.md"
6- <<<<<<< HEAD
76requires-python = " ==3.14.0"
87dependencies = [
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
2718addopts = " --base-url=http://localhost:8000 --browser firefox --screenshot only-on-failure --full-page-screenshot"
2819log_cli = " true"
2920log_cli_level = " INFO"
30- =======
31- >>>>>>> 1bd0764b (restore tests/*)
You can’t perform that action at this time.
0 commit comments