From 42a7df30557eeadb8180ffd525279490df411ce6 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 17 Aug 2025 21:02:01 +0200 Subject: [PATCH 1/2] add pytest config --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9587a04..062098d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,3 +89,7 @@ lint.ignore = [ "TRY003", # Long exception message ] +[tool.pytest.ini_options] +addopts = "-rsXx" +testpaths = ["masque"] + From c071b33732d2b52a2604a96af086e62eeb8becdf Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 17 Aug 2025 21:05:15 +0200 Subject: [PATCH 2/2] Bump version to v3.4 --- masque/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/__init__.py b/masque/__init__.py index 86fae91..3515fa5 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -90,5 +90,5 @@ from .utils import ( __author__ = 'Jan Petykiewicz' -__version__ = '3.3' +__version__ = '3.4' version = __version__ # legacy