fix(parcels): _parse_floors handle int (post-migration #169) #176
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ strict = true
|
|||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
asyncio_mode = "auto"
|
||||
addopts = ["-m", "not prod_smoke"]
|
||||
markers = [
|
||||
"slow: marks tests as slow (need real network, deselect with -m 'not slow')",
|
||||
"prod_smoke: production smoke tests against live https://gendsgn.ru (run only post-deploy with -m prod_smoke)",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue