forked from pool/python-sgqlc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sgqlc?expand=0&rev=1
14 lines
582 B
Diff
14 lines
582 B
Diff
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',
|