From df033085c09b1eb18d82605c2b20452c7e2fa09a Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Fri, 22 Sep 2023 15:28:20 +0200 Subject: [PATCH] Fix bad option in pyproject --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c6080fbf..802df28a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,10 +49,5 @@ build-backend = 'setuptools.build_meta' name = "Internal Changes" showcontent = true -[tool.pytest.ini_options] -markers = [ - "slow: marks tests as slow (deselect with '-m \"not slow\"')", -] - [tool.black] line-length = 100