14
0

- Add fix_catch_log_handler.patch to make tests compatible with

pytest >= 6.0.0, which removed never documented attribute
  .catch_log_handler of log item (gh#libfuse/pyfuse3#27).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=13
This commit is contained in:
2021-03-15 18:13:04 +00:00
committed by Git OBS Bridge
parent dda7fe259f
commit b8aa767c10
3 changed files with 126 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 15 18:11:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add fix_catch_log_handler.patch to make tests compatible with
pytest >= 6.0.0, which removed never documented attribute
.catch_log_handler of log item (gh#libfuse/pyfuse3#27).
-------------------------------------------------------------------
Fri Aug 7 15:46:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>