nickva commented on a change in pull request #1639: Switch to python 3
URL: https://github.com/apache/couchdb/pull/1639#discussion_r234079719
 
 

 ##########
 File path: src/mango/Makefile
 ##########
 @@ -39,7 +39,7 @@ help:
 .PHONY: test
 # target: test - Runs test suite
 test:
-       nosetests
+       ./venv/bin/nosetests
 
 Review comment:
   I'll try to make it use a venv and remove this Makefile altogether. This was 
probably more useful when mango was a separate repo

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to