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

 ##########
 File path: src/mango/Makefile
 ##########
 @@ -39,7 +39,7 @@ help:
 .PHONY: test
 # target: test - Runs test suite
 test:
-       nosetests
+       ./venv/bin/nosetests
 
 Review comment:
   @wohali I made mango tests use virtualenvs and delete the Makefile in 
src/mango

----------------------------------------------------------------
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