We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab48e7 commit e8b4816Copy full SHA for e8b4816
.pre-commit-config.yaml
@@ -12,6 +12,10 @@ repos:
12
rev: 6.0.0
13
hooks:
14
- id: pydocstyle
15
+ exclude: |
16
+ (?x)^(
17
+ tests/.*
18
+ )
19
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
20
rev: v1.0.1
21
tox.ini
@@ -14,6 +14,10 @@ deps =
delayed-assert
pytest
pytest-cov
+
+setenv =
+ AGENT_NO_ANALYTICS = 1
commands = pytest --cov=reportportal_client --cov-report=xml tests/ -s -vv
22
23
[testenv:pep]
0 commit comments