Skip to content

Commit

Permalink
Merge pull request #5971 from edwintorok/nofeaturepy3
Browse files Browse the repository at this point in the history
fix(CI): feature/py3 has been merged, refer to master now
  • Loading branch information
edwintorok authored Sep 4, 2024
2 parents 59664cc + 2ba0399 commit fe6fb4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
name: check that the Python3 test suite in passes
entry: env PYTHONDEVMODE=yes sh -c 'coverage run && coverage xml &&
coverage html && coverage report &&
diff-cover --ignore-whitespace --compare-branch=origin/feature/py3
diff-cover --ignore-whitespace --compare-branch=origin/master
--show-uncovered --html-report .git/coverage-diff.html
--fail-under 50 .git/coverage3.11.xml'
require_serial: true
Expand Down Expand Up @@ -111,7 +111,7 @@ repos:
stages: [push]
name: check that changes to python3 tree pass pylint
entry: diff-quality --violations=pylint
--ignore-whitespace --compare-branch=origin/feature/py3
--ignore-whitespace --compare-branch=origin/master
pass_filenames: false
language: python
types: [python]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ xfail_strict = true # is used to fail tests that are marked as xfail but pass(f


[tool.pytype_reporter]
default_branch = "feature/py3"
default_branch = "master"
discard_messages_matching = [
"Couldn't import pyi for 'xml.dom.minidom'",
"No attribute '.*' on RRDContentHandler",
Expand Down

0 comments on commit fe6fb4c

Please sign in to comment.