14
0

- Add cleanup_tests.patch to make the test suite slightly more sane.

- No, the test suite is just broken, and the upstream doesn't care.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=14
This commit is contained in:
2022-12-08 22:32:59 +00:00
committed by Git OBS Bridge
parent 0f42f10bb6
commit e054b25ea4
3 changed files with 23 additions and 4 deletions

9
cleanup_tests.patch Normal file
View File

@@ -0,0 +1,9 @@
---
tests/__init__.py | 1 +
1 file changed, 1 insertion(+)
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1 @@
+# This file intentionally left blank.
\ No newline at end of file