Compare commits

..

No commits in common. "c071b33732d2b52a2604a96af086e62eeb8becdf" and "5e0eef7c59724ace704b7fdb51399818268475ec" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -90,5 +90,5 @@ from .utils import (
__author__ = 'Jan Petykiewicz'
__version__ = '3.4'
__version__ = '3.3'
version = __version__ # legacy

View File

@ -89,7 +89,3 @@ lint.ignore = [
"TRY003", # Long exception message
]
[tool.pytest.ini_options]
addopts = "-rsXx"
testpaths = ["masque"]