summaryrefslogtreecommitdiff
path: root/tests/test_overrides_gio.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_overrides_gio.py')
-rw-r--r--tests/test_overrides_gio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_overrides_gio.py b/tests/test_overrides_gio.py
index de0e2352..db09859b 100644
--- a/tests/test_overrides_gio.py
+++ b/tests/test_overrides_gio.py
@@ -256,7 +256,7 @@ def test_list_store_setitem_slice():
def do_set(count, key, new_count):
if count == 0 and key.step is not None \
and platform.python_implementation() == "PyPy":
- # https://bitbucket.org/pypy/pypy/issues/2804
+ # https://foss.heptapod.net/pypy/pypy/-/issues/2804
return
store = Gio.ListStore.new(Item)
source = [Item() for i in range(count)]