diff --git a/debian/changelog b/debian/changelog
index 22c9e5f867f82d50dbb42c587e4d3fcc76a914d0..5e60e481fe2bd8050fa6393bb197ade464368da8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
+python-openshift (0.13.1-3) unstable; urgency=medium
+
+  Migration:
+   - Testing framework 'Nose' to use 'Nose2'. (Closes: #1018546)
+
+ -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Mon, 28 Nov 2022 10:45:56 -0300
+
 python-openshift (0.13.1-2) unstable; urgency=medium
 
   * No-changes source-only upload to unstable.
 
- -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Thu, 11 Aug 2022 12:39:41 -0300
+ -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Mon, 28 Nov 2022 10:45:48 -0300
 
 python-openshift (0.13.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index d53168c51cf2e22ff32549816e2acbd68703d3dc..efa8578757a72e0ceb0038ba774e70ddac0547a1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
-               python3-nose <!nocheck>,
+               python3-nose2 <!nocheck>,
                python3-setuptools,
                python3-kubernetes,
                python3-requests,
diff --git a/debian/rules b/debian/rules
index 302d353061c47a53defd9b589f8ea1344704f67f..e7ca0d9a9de98d9e13f1045da4a9b9b42a3e47ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_build:
 	PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml doc/source build/html # HTML generator
 
 override_dh_auto_test:
-	dh_auto_test -- --test-nose
+	dh_auto_test -- --test-nose2
 
 # scripts/ are not provided in the Debian package, please see debian/README.Debian.
 override_dh_python3: