Skip to content

Commit e5451a8

Browse files
committed
config
1 parent 22fecc5 commit e5451a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/storage/setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ commit_args = --no-verify
77

88
[bumpversion:file:VERSION]
99

10-
[bumpversion:file:./src/simcore_service_storage/api/v0/openapi.yaml]
1110

1211
[tool:pytest]
1312
asyncio_mode = auto
14-
markers =
13+
markers =
1514
slow: marks tests as slow (deselect with '-m "not slow"')
1615
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1716
testit: "marks test to run during development"
1817
heavy_load: "mark tests that require large amount of data"
1918

2019
[mypy]
21-
plugins =
20+
plugins =
2221
pydantic.mypy
2322
sqlalchemy.ext.mypy.plugin

0 commit comments

Comments
 (0)