forked from pool/python-sgqlc
- Initial release of 16.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sgqlc?expand=0&rev=1
This commit is contained in:
13
no-coverage.patch
Normal file
13
no-coverage.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: sgqlc-16.3/pyproject.toml
|
||||
===================================================================
|
||||
--- sgqlc-16.3.orig/pyproject.toml
|
||||
+++ sgqlc-16.3/pyproject.toml
|
||||
@@ -5,7 +5,7 @@ target-version = ['py37']
|
||||
force-exclude = '/(doc/|examples/.*(schema|operations)[.]py)'
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
-addopts = '--import-mode=importlib --doctest-modules --cov=sgqlc --cov-fail-under=100 --cov-report=term-missing --cov-report=xml --cov-report=html:cover'
|
||||
+addopts = '--import-mode=importlib --doctest-modules'
|
||||
python_files = ['test-*.py', 'test_*.py']
|
||||
testpaths = [
|
||||
'sgqlc',
|
Reference in New Issue
Block a user