summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sandan <msandan@utexas.edu>2016-04-22 13:22:21 -0700
committerMark Sandan <msandan@utexas.edu>2016-04-22 13:22:21 -0700
commit891e7a3d0e10c4834cf544e473c32eabbe42079f (patch)
tree3f7055486442c0b20263d0f853efe07508ba7aca
parent322f8f18f51985c75b78b425a3a768b2529410ed (diff)
downloadsqlalchemy-pr/262.tar.gz
update pytest good practices link in PyTest classpr/262
-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"]