From a8833f9c9088c9a2650160f77d3cb092850d439a Mon Sep 17 00:00:00 2001 From: sandeepsuryaprasad Date: Fri, 9 Aug 2024 22:28:48 +0530 Subject: [PATCH] removed addopts from pyproject.toml --- py/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index 8e3d7e03f5a6b..c17be72be8eb3 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -17,6 +17,5 @@ markers = [ "xfail_webkitgtk: Tests expected to fail in webkitgtk", "no_driver_after_test: If there are no drivers after the test it will create a new one." ] -addopts = "" python_files = ["test_*.py", "*_test.py"] testpaths = ["test"]