diff -pruN 4.6.1-2/debian/changelog 4.6.1-3/debian/changelog
--- 4.6.1-2/debian/changelog	2025-10-07 17:40:46.000000000 +0000
+++ 4.6.1-3/debian/changelog	2025-10-12 11:10:13.000000000 +0000
@@ -1,3 +1,10 @@
+python-can (4.6.1-3) unstable; urgency=medium
+
+  * d/control: Add python3-pytest-rerunfailures to retry flaky tests
+  * d/rules: Add reruns to pytest options
+
+ -- Carl Keinath <carl.keinath@gmail.com>  Sun, 12 Oct 2025 13:10:13 +0200
+
 python-can (4.6.1-2) unstable; urgency=medium
 
   * fix FTBR (Closes: #1117494)
diff -pruN 4.6.1-2/debian/control 4.6.1-3/debian/control
--- 4.6.1-2/debian/control	2025-10-04 09:05:06.000000000 +0000
+++ 4.6.1-3/debian/control	2025-10-12 11:10:13.000000000 +0000
@@ -20,6 +20,7 @@ Build-Depends:
  python3-parameterized <!nocheck>,
  python3-pytest <!nocheck>,
  python3-pytest-timeout <!nocheck>,
+ python3-pytest-rerunfailures <!nocheck>,
  python3-serial,
  python3-setuptools,
  python3-sphinx <!nodoc>,
diff -pruN 4.6.1-2/debian/rules 4.6.1-3/debian/rules
--- 4.6.1-2/debian/rules	2025-10-04 13:34:58.000000000 +0000
+++ 4.6.1-3/debian/rules	2025-10-12 11:10:13.000000000 +0000
@@ -5,7 +5,8 @@ export PYBUILD_NAME=can
 
 export PYTEST_ADDOPTS=--ignore=test/test_interface_canalystii.py \
 	-k 'not BasicTestUdpMulticastBusIP' \
-	--tb=short
+	--tb=short \
+	--reruns 3 --reruns-delay 2
 
 include /usr/share/dpkg/default.mk
 export DEB_VERSION_UPSTREAM
