Compare commits
2 Commits
5e0eef7c59
...
c071b33732
Author | SHA1 | Date | |
---|---|---|---|
c071b33732 | |||
42a7df3055 |
@ -90,5 +90,5 @@ from .utils import (
|
|||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
__version__ = '3.3'
|
__version__ = '3.4'
|
||||||
version = __version__ # legacy
|
version = __version__ # legacy
|
||||||
|
@ -89,3 +89,7 @@ lint.ignore = [
|
|||||||
"TRY003", # Long exception message
|
"TRY003", # Long exception message
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
addopts = "-rsXx"
|
||||||
|
testpaths = ["masque"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user