diff --git a/masque/__init__.py b/masque/__init__.py index 3515fa5..86fae91 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -90,5 +90,5 @@ from .utils import ( __author__ = 'Jan Petykiewicz' -__version__ = '3.4' +__version__ = '3.3' version = __version__ # legacy diff --git a/pyproject.toml b/pyproject.toml index 062098d..9587a04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,3 @@ lint.ignore = [ "TRY003", # Long exception message ] -[tool.pytest.ini_options] -addopts = "-rsXx" -testpaths = ["masque"] -