From 901818f146254e5d4242fa793b849ecfb32e2e32 Mon Sep 17 00:00:00 2001 From: CoreyEWood Date: Fri, 6 Dec 2024 00:16:10 +0000 Subject: [PATCH 1/3] register skip_for_edge_endpoint marker --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f9ea6f19..fa06318c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,3 +81,8 @@ trailing_comma_inline_array = true [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.2.0"] + +[tool.pytest.ini_options] +markers = [ + "skip_for_edge_endpoint", +] From 107bbd0e9fedb55aa35c7a56b55589322b4e7e3d Mon Sep 17 00:00:00 2001 From: Auto-format Bot Date: Fri, 6 Dec 2024 00:16:57 +0000 Subject: [PATCH 2/3] Automatically reformatting code --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa06318c..2383919b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,11 +78,11 @@ no_sort_tables = true spaces_indent_inline_array = 4 trailing_comma_inline_array = true -[build-system] -build-backend = "poetry.core.masonry.api" -requires = ["poetry-core>=1.2.0"] - [tool.pytest.ini_options] markers = [ "skip_for_edge_endpoint", ] + +[build-system] +build-backend = "poetry.core.masonry.api" +requires = ["poetry-core>=1.2.0"] From 9ebb5bf41223370ff43da08666a74d990a533eac Mon Sep 17 00:00:00 2001 From: CoreyEWood Date: Fri, 6 Dec 2024 00:18:59 +0000 Subject: [PATCH 3/3] register another --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fa06318c..22550c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,4 +85,5 @@ requires = ["poetry-core>=1.2.0"] [tool.pytest.ini_options] markers = [ "skip_for_edge_endpoint", + "run_only_for_edge_endpoint", ]