Compare commits
2 commits
5e0eef7c59
...
c071b33732
| Author | SHA1 | Date | |
|---|---|---|---|
| c071b33732 | |||
| 42a7df3055 |
2 changed files with 5 additions and 1 deletions
|
|
@ -90,5 +90,5 @@ from .utils import (
|
|||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
__version__ = '3.3'
|
||||
__version__ = '3.4'
|
||||
version = __version__ # legacy
|
||||
|
|
|
|||
|
|
@ -89,3 +89,7 @@ lint.ignore = [
|
|||
"TRY003", # Long exception message
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-rsXx"
|
||||
testpaths = ["masque"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue