.gitignore | 2 ++ pyproject.toml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ad24b8..c60cfab 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ MANIFEST # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec +# RPM spec file +!.gear/*.spec # Installer logs pip-log.txt diff --git a/pyproject.toml b/pyproject.toml index 212eea0..ad86894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,9 +83,6 @@ addopts = """ --verbose --showlocals --junitxml=reports/junit.xml ---cov=openapi_schema_validator ---cov-report=term-missing ---cov-report=xml """ [tool.black]