- 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
This commit is contained in:
Matej Cepl 2023-05-11 12:17:54 +00:00 committed by Git OBS Bridge
parent 83b558bd2a
commit 966c1a0578

View File

@ -56,6 +56,9 @@ Thu May 11 06:22:55 UTC 2023 - Matej Cepl <mcepl@suse.com>
has been merged into the former, and if you are overriding
stop, youll 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).