summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoan Touzet <wohali@apache.org>2018-11-27 19:29:42 -0500
committerJoan Touzet <joant@atypical.net>2018-11-27 21:15:12 -0500
commitd0f76b9f7f93e3843c8bc202dacc5e082e571547 (patch)
treef0aa0d43ad74b6fbb011bcb86626ab5716ba94e2 /src
parent9870a7c0aa1801bd30f19f8abfc3fbe8d45bae12 (diff)
downloadcouchdb-d0f76b9f7f93e3843c8bc202dacc5e082e571547.tar.gz
Don't use activate script; Windows fixesswitch-scripts-to-python3
Diffstat (limited to 'src')
-rw-r--r--src/mango/test/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mango/test/README.md b/src/mango/test/README.md
index 3e75f72d1..509e32e47 100644
--- a/src/mango/test/README.md
+++ b/src/mango/test/README.md
@@ -5,10 +5,10 @@ CouchDB should be started with `./dev/run -a testuser:testpass`.
To run these, do this in the Mango top level directory:
- $ virtualenv --python=python3 venv
+ $ python3 -m venv venv
$ . venv/bin/activate
$ pip3 install -r requirements.txt
- $ ./venv/bin/nosetests
+ $ venv/bin/nosetests
To run an individual test suite:
nosetests --nocapture test/12-use-correct-index.py