Commit Diff


commit - a3704312cc36f6bf5e9cbf89b37f62973f1d9c06
commit + 4fbb4e6969fd7860759cdd191e2d585086417182
blob - 042b132c2272b407313badd8a3f1bc0653d4ca47
blob + 31f3970af410b53cdcc7e26ebfabc987a0df5e61
--- NEWS
+++ NEWS
@@ -1,5 +1,13 @@
 0.20.38	UNRELEASED
+
+ * Disable paramiko tests if paramiko is not available. (Michał Górny)
+
+ * Set flag to re-enable paramiko server side on gentoo for running paramiko
+   tests. (Michał Górny)
 
+ * Increase tolerance when comparing time stamps; fixes some
+   spurious test failures on slow CI systems. (Jelmer Vernooij)
+
 0.20.37	2022-05-16
 
  * Avoid making an extra copy when fetching pack files.