From dbd7aa4153a559e750c20f380ad79c45fe5c4f58 Mon Sep 17 00:00:00 2001 From: Mark Cottman-Fields Date: Sun, 12 Jan 2025 16:31:16 +1000 Subject: [PATCH] try fixing tests --- .gitignore | 1 + pyproject.toml | 4 +--- tests/__init__.py | 0 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 tests/__init__.py diff --git a/.gitignore b/.gitignore index 1213dac..194da4e 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,4 @@ docs/ embed/ support/ +_version.py diff --git a/pyproject.toml b/pyproject.toml index 00166b8..2fd5b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,3 @@ -# SPDX-License-Identifier: Apache-2.0 - [build-system] requires = [ "hatchling", @@ -271,5 +269,5 @@ dirty_template = "{tag}.dev{ccount}" minversion = "7.0" addopts = ["-ra", "--strict-markers", "--strict-config"] pythonpath = ["src"] -testpaths = "tests" +testpaths = ["tests"] xfail_strict = true diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29..0000000