Skip to content

Commit 4abdfd5

Browse files
committed
Reverting setup.cfg changes
1 parent 162aadd commit 4abdfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ disallow_untyped_defs = yes
7373

7474
[tool:pytest]
7575
asyncio_mode = auto
76-
#addopts = --cov=src --cov-report= --cov-config setup.cfg --strict-markers
76+
addopts = --cov=src --cov-report= --cov-config setup.cfg --strict-markers
7777
markers =
7878
slow: marks tests that are slow to run, including all docker-based tests (deselect with '-m not slow')
7979
integration: marks all integration tests, across all batches (deselect with '-m "not integration"')

0 commit comments

Comments
 (0)