From 84a05170bad911e3d7517dbc838aad89a54e9113 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 3 Aug 2023 18:06:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20pytest.ini=20=E2=86=92=20pyproject.?= =?UTF-8?q?toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++++++++ pytest.ini | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 pytest.ini diff --git a/pyproject.toml b/pyproject.toml index 153e61a..5359cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,3 +49,11 @@ where = ["src"] [tool.setuptools.package-data] dinglehopper = ["*.json", "templates/*"] + + +[tool.pytest.ini_options] +minversion = 6.0 +addopts = "--strict-markers" +markers = [ + "integration: integration tests", +] diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index c56273f..0000000 --- a/pytest.ini +++ /dev/null @@ -1,4 +0,0 @@ -[pytest] -markers = - integration: integration tests - serial