summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2023-04-13 16:28:06 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-04-13 17:29:31 -0400
commit83ffba4b3668ed83f0ee570de59dbda88b7b611a (patch)
tree11dfede1ad03949e8210545d14b6b24cf58a6307
parent7a50d0330a22c13f6d8016ffca3814f883f2350e (diff)
downloadcouchdb-83ffba4b3668ed83f0ee570de59dbda88b7b611a.tar.gz
Ignore python-black rules on 3.2.x
python-black was tracking master branch so the check now fails on existing sources.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e369a084..038ced2bd 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ escriptize: couch
.PHONY: check
# target: check - Test everything
-check: all python-black
+check: all
@$(MAKE) eunit
@$(MAKE) mango-test
@$(MAKE) elixir-suite