File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ def test_pypy_socketcan_support(self):
377377
378378 This test shall document raw CAN socket support under PyPy. Once this test fails, it is likely that PyPy
379379 either implemented raw CAN socket support or at least changed the error that is thrown.
380- https://foss.heptapod.net /pypy/pypy/-/ issues/3809
380+ https://github.com /pypy/pypy/issues/3808
381381 https://github.com/hardbyte/python-can/issues/1479
382382 """
383383 try :
@@ -386,7 +386,7 @@ def test_pypy_socketcan_support(self):
386386 if "unknown address family" not in str (e ):
387387 warnings .warn (
388388 "Please check if PyPy has implemented raw CAN socket support! "
389- "See: https://foss.heptapod.net /pypy/pypy/-/ issues/3809 "
389+ "See: https://github.com /pypy/pypy/issues/3808 "
390390 )
391391
392392
You can’t perform that action at this time.
0 commit comments