diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 12:17:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 12:17:06 -0400 |
commit | 3b90be7bb6323eb44d0f28864509c1d47aa098de (patch) | |
tree | 1c86ff2c6f2fe692de8b7e4a7807a5871692daca /pkg_resources/tests/test_resources.py | |
parent | 0f147d3f3cffda76b6be0fa3e5b396ede7f3bbf2 (diff) | |
download | external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.tar.gz external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.tar.bz2 external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.zip |
Update most bitbucket references to point to Github now. Fixes #422.
Diffstat (limited to 'pkg_resources/tests/test_resources.py')
-rw-r--r-- | pkg_resources/tests/test_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/tests/test_resources.py b/pkg_resources/tests/test_resources.py index 1444b9ba..f59d55d5 100644 --- a/pkg_resources/tests/test_resources.py +++ b/pkg_resources/tests/test_resources.py @@ -717,7 +717,7 @@ class TestNamespaces: sys.path is imported, and that the namespace package's __path__ is in the correct order. - Regression test for https://bitbucket.org/pypa/setuptools/issues/207 + Regression test for https://github.com/pypa/setuptools/issues/207 """ tmpdir = symlinked_tmpdir |