summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Potter <philip.potter@digital.cabinet-office.gov.uk>2016-03-03 14:49:31 +0000
committerPhilip Potter <philip.potter@digital.cabinet-office.gov.uk>2016-03-03 14:49:31 +0000
commit6c4c3f9ff6f48d8dd3a988b750eb4a3912ff0524 (patch)
tree38fcc4b9de3ca85b11111974e26ccce45ede58ec
parenta3cdf127a8da18bd30dd1de31f3b6299c11ce89d (diff)
downloadpytest-runner-6c4c3f9ff6f48d8dd3a988b750eb4a3912ff0524.tar.gz
update stale URLs
The jaraco.collections and pytest-runner projects have moved to github.
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 7a97afc..74009f0 100644
--- a/README.rst
+++ b/README.rst
@@ -42,7 +42,7 @@ plugins) may be added to tests_require and will be downloaded and
required by the session before invoking pytest.
See the `jaraco.collections
-<https://bitbucket.org/jaraco/jaraco.collections/>`_ project
+<https://github.com/jaraco/jaraco.collections>`_ project
for real-world usage.
Standalone Example
diff --git a/setup.py b/setup.py
index 0cb6716..36ce32d 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup_params = dict(
description="Invoke py.test as distutils command with dependency "
"resolution.",
long_description=long_description,
- url="https://bitbucket.org/pytest-dev/pytest-runner",
+ url="https://github.com/pytest-dev/pytest-runner",
py_modules=['ptr'],
install_requires=[
],