diff options
author | Mark Sandan <msandan@utexas.edu> | 2016-04-22 13:22:21 -0700 |
---|---|---|
committer | Mark Sandan <msandan@utexas.edu> | 2016-04-22 13:22:21 -0700 |
commit | 891e7a3d0e10c4834cf544e473c32eabbe42079f (patch) | |
tree | 3f7055486442c0b20263d0f853efe07508ba7aca | |
parent | 322f8f18f51985c75b78b425a3a768b2529410ed (diff) | |
download | sqlalchemy-pr/262.tar.gz |
update pytest good practices link in PyTest classpr/262
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |