You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/04/13 21:29:41 UTC

[couchdb] 02/02: Ignore python-black rules on 3.2.x

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 83ffba4b3668ed83f0ee570de59dbda88b7b611a
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu Apr 13 16:28:06 2023 -0400

    Ignore python-black rules on 3.2.x
    
    python-black was tracking master branch so the check now fails on existing sources.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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