From 70b54241e45c1f07e68767471783f1d851bf8ec1 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 10 Dec 2024 23:32:54 +0200 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b539b49..b78af38 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ commands = playwright install chromium playwright install-deps chromium firefox camoufox fetch --browserforge - pytest --config-file=pytest.ini --cov=scrapling --cov-report=xml -n auto + pytest --cov=scrapling --cov-report=xml -n auto [testenv:pre-commit] basepython = python3