summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-21 16:26:13 +0100
committerGitHub <noreply@github.com>2021-11-21 16:26:13 +0100
commit3455dc2bf9c436e6961fe74f04d03eb08e4bdb99 (patch)
treeb3861ef918636f220a8052e07485832680061a2e /tbump.toml
parent0f6a55c7f6f481acdcf57fbe68d3da80d77b9d89 (diff)
downloadpylint-git-3455dc2bf9c436e6961fe74f04d03eb08e4bdb99.tar.gz
Add accetpance tests in CI for python 3.8+ instead of launching manually at release (#5353)
* [test] Add acceptance tests in the continuous integration * Disable duplicate-code from the acceptance tests * Rename acceptance to primer stdlib for clarity
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbump.toml b/tbump.toml
index 75904bca1..57d910f1e 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -36,10 +36,6 @@ cmd = "pip3 install copyrite;copyrite --contribution-threshold 1 --change-thresh
name = "Apply pre-commit"
cmd = "pre-commit run --all-files||echo 'Hack so this command does not fail'"
-[[before_commit]]
-name = "Acceptance tests"
-cmd = "pytest -m acceptance"
-
# Or run some commands after the git tag and the branch
# have been pushed:
# [[after_push]]