mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
11 lines
229 B
TOML
11 lines
229 B
TOML
[tool.poetry]
|
|
name = "nitter-tests"
|
|
version = "0.0.0"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.14"
|
|
seleniumbase = "4.46.5"
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "--pls=eager --reruns=3 --timeout_multiplier=3"
|