summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
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]]