14
0

- Use pytest to run the testsuite.

- Add patch import-from-non-pythonpath-files.patch:
  * Allow the test suite to find modules not shipped as modules.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdfminer.six?expand=0&rev=7
This commit is contained in:
2021-11-09 07:33:46 +00:00
committed by Git OBS Bridge
parent 74eddac484
commit 41ebe191d8
3 changed files with 48 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 9 07:32:27 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Use pytest to run the testsuite.
- Add patch import-from-non-pythonpath-files.patch:
* Allow the test suite to find modules not shipped as modules.
-------------------------------------------------------------------
Tue Sep 8 16:58:08 UTC 2020 - pgajdos@suse.com