File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 22# Build System Configuration
33# =============================================================================
44[build-system ]
5- requires = [" setuptools>=61 .0" , " wheel" , " pybind11" ]
5+ requires = [" setuptools>=64.0 .0" , " wheel" , " pybind11" ]
66build-backend = " build_ddbc.build_backend"
77backend-path = [" ." ]
88
@@ -130,25 +130,6 @@ markers = [
130130]
131131addopts = " -m 'not stress'"
132132
133- # =============================================================================
134- # Coverage Configuration
135- # =============================================================================
136- [tool .coverage .run ]
137- source = [" mssql_python" ]
138- omit = [
139- " */tests/*" ,
140- " */__pycache__/*" ,
141- " */pybind/*" ,
142- ]
143-
144- [tool .coverage .report ]
145- exclude_lines = [
146- " pragma: no cover" ,
147- " def __repr__" ,
148- " raise NotImplementedError" ,
149- " if __name__ == .__main__.:" ,
150- ]
151-
152133# =============================================================================
153134# Code Formatting - Black
154135# =============================================================================
You can’t perform that action at this time.
0 commit comments