15
0
forked from pool/python-furl

Accepting request 874648 from home:mcepl:branches:python36

- Switch testing to pytest, it is just more convenient to debug.
- Add tests_overcome_bpo42967.patch to overcome changes in Python
  interpreter after fixing bpo#42967 (gh#gruns/furl#135).

OBS-URL: https://build.opensuse.org/request/show/874648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=8
This commit is contained in:
2021-02-23 16:42:07 +00:00
committed by Git OBS Bridge
parent e82bbcdde4
commit 61de100a64
3 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 23 16:19:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Switch testing to pytest, it is just more convenient to debug.
- Add tests_overcome_bpo42967.patch to overcome changes in Python
interpreter after fixing bpo#42967 (gh#gruns/furl#135).
-------------------------------------------------------------------
Thu Mar 5 12:33:35 UTC 2020 - pgajdos@suse.com