summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5b97cb9fe..1d9874938 100644
--- a/setup.py
+++ b/setup.py
@@ -75,8 +75,8 @@ class Distribution(_Distribution):
class PyTest(TestCommand):
- # from https://pytest.org/latest/goodpractises.html\
- # #integration-with-setuptools-test-commands
+ # from http://pytest.org/latest/goodpractices.html\
+ # #integrating-with-setuptools-python-setup-py-test-pytest-runner
user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
default_options = ["-n", "4", "-q"]