Skip to content

Commit 43fcbcb

Browse files
fix tests
1 parent fa934d8 commit 43fcbcb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repos:
2727
hooks:
2828
- id: pip-audit
2929
args: ["."]
30+
files: ^(requirements.*\.txt|setup\.cfg|setup\.py|pyproject\.toml)$
3031
stages: [pre-push]
3132

3233
- repo: https://github.com/pre-commit/mirrors-mypy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ safe_licenses = [
120120

121121

122122
[tool.pytest.ini_options]
123-
addopts = "--pyargs --cov-report term:skip-covered --cov-report term-missing -m 'not integration and not regression'"
123+
addopts = "--pyargs --cov-report term:skip-covered --cov-report term-missing -m 'not integration and not regression and not lite'"
124124
python_files = "test*.py"
125125
junit_family = "xunit2"
126126
markers = [

0 commit comments

Comments
 (0)