Skip to content

Commit fe6fb4c

Browse files
authored
Merge pull request #5971 from edwintorok/nofeaturepy3
fix(CI): feature/py3 has been merged, refer to master now
2 parents 59664cc + 2ba0399 commit fe6fb4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
6767
name: check that the Python3 test suite in passes
6868
entry: env PYTHONDEVMODE=yes sh -c 'coverage run && coverage xml &&
6969
coverage html && coverage report &&
70-
diff-cover --ignore-whitespace --compare-branch=origin/feature/py3
70+
diff-cover --ignore-whitespace --compare-branch=origin/master
7171
--show-uncovered --html-report .git/coverage-diff.html
7272
--fail-under 50 .git/coverage3.11.xml'
7373
require_serial: true
@@ -111,7 +111,7 @@ repos:
111111
stages: [push]
112112
name: check that changes to python3 tree pass pylint
113113
entry: diff-quality --violations=pylint
114-
--ignore-whitespace --compare-branch=origin/feature/py3
114+
--ignore-whitespace --compare-branch=origin/master
115115
pass_filenames: false
116116
language: python
117117
types: [python]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ xfail_strict = true # is used to fail tests that are marked as xfail but pass(f
275275

276276

277277
[tool.pytype_reporter]
278-
default_branch = "feature/py3"
278+
default_branch = "master"
279279
discard_messages_matching = [
280280
"Couldn't import pyi for 'xml.dom.minidom'",
281281
"No attribute '.*' on RRDContentHandler",

0 commit comments

Comments
 (0)