summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-02-07 16:39:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-02-07 16:39:10 -0500
commite7fb2440ed0249c038417de1ade7724115ec2bdb (patch)
tree0ff52e40a554ae88b0e255ad5d390b37b46c4250
parent83c2b28ccd8f1939116628e09e4464f2b38a3f77 (diff)
downloadpytest-runner-e7fb2440ed0249c038417de1ade7724115ec2bdb.tar.gz
Fixed issue with index_url and allow_hosts
-rw-r--r--command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.py b/command.py
index 8ce9a42..36339c1 100644
--- a/command.py
+++ b/command.py
@@ -17,9 +17,9 @@ class PyTest(_pytest_runner_test.test):
('junitxml=', None, "Output jUnit XML test results to specified "
"file"),
('extras', None, "Install (all) setuptools extras when running tests"),
- ('index_url=', None, "Specify an index url from which to retrieve "
+ ('index-url=', None, "Specify an index url from which to retrieve "
"dependencies"),
- ('allow_hosts=', None, "Whitelist of comma-separated hosts to allow "
+ ('allow-hosts=', None, "Whitelist of comma-separated hosts to allow "
"when retrieving dependencies"),
]