diff options
author | Barry Warsaw <barry@debian.org> | 2014-11-19 22:59:48 +0000 |
---|---|---|
committer | Barry Warsaw <barry@debian.org> | 2014-11-19 22:59:48 +0000 |
commit | 430043c94632e350457f1b4757dfa2b424c5bc2e (patch) | |
tree | 0a1556562254912c9f841a36ebb7283ca3a03c00 /debian/rules | |
parent | 3286622ce3ba6daf9b8e1933ffa4f09382905177 (diff) | |
download | python-requests-430043c94632e350457f1b4757dfa2b424c5bc2e.tar python-requests-430043c94632e350457f1b4757dfa2b424c5bc2e.tar.gz |
* d/control: Remove the Build-Depends on python{,3}-pytest since we
aren't actually running the tests at build time. (Closes: #770173)
* d/rules: Update the comment about why the tests are currently disabled
at build time to point to the updated upstream url.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d547907..e06fbba 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,9 @@ export PYBUILD_NAME=requests # can't enable it. Once this issue is fixed, it will be easy to # re-enable. # -# https://github.com/kennethreitz/requests/issues/1166 +# https://github.com/kennethreitz/requests/issues/2184 # -# barry@debian.org 2014-06-04 +# barry@debian.org 2014-11-19 #override_dh_auto_test: # PYBUILD_SYSTEM=custom \ # PYBUILD_TEST_ARGS="{interpreter} test_requests.py" \ |