From 546a37358875ba30d8105161e2b73e513dd682a2 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Fri, 27 Aug 2021 10:55:01 -0700 Subject: [PATCH] [internal] Register `platform_specific_behavior` marker with Pytest # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels] --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c3609385cc6..686434a8824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,9 @@ line_length = 100 color_output = true known_first_party = ["internal_plugins", "pants", "pants_test"] +[tool.pytest.ini_options] +markers = ["platform_specific_behavior"] + [tool.coverage.report] # We inject this file at test time (see src/python/pants/conftest.py), and so # coverage will gather stats for it, but it doesn't correspond to a real source file,