From 966c1a0578b5823eb22969fb65b3e3b64ffdcfa51f77d7caf4bae9efb12776dc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 May 2023 12:17:54 +0000 Subject: [PATCH] - Remove upstreamed patches: - 0001-Make-test-fallback-to-system-modules-when-vendorized.patch - pytest4.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=38 --- python-invoke.changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-invoke.changes b/python-invoke.changes index d8bf6c5..a3fb533 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -56,6 +56,9 @@ Thu May 11 06:22:55 UTC 2023 - Matej Cepl has been merged into the former, and if you are overriding stop, you’ll want to make sure you now call super() somewhere if you were not already. +- Remove upstreamed patches: + - 0001-Make-test-fallback-to-system-modules-when-vendorized.patch + - pytest4.patch - Add remove-icecream.patch to remove unnecessary dependence on icecream module. - Skip temporarily failing tests (gh#pyinvoke/invoke#705).