forked from pool/python-pycares
* Remove unused import by @saghul in #240 * Fixup chunked TXT record test by @saghul in #242 * Remove overzealous checks by @saghul in #241 * Fix OpenBSD build by @saghul in #243 * Make result.type Final by @Dreamsorcerer in #246 * Idna resource reduction using a length check by @Vizonex in #247 * Add read & write process_fd functions by @Vizonex in #245 * build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0 by @dependabot[bot] in #244 * Remove context manager support by @saghul in #252 * Fixup test CI by @saghul in #254 * Refactor channel destruction logic by @saghul in #253 - use system c-ares instead of bundled version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=32
10 lines
184 B
Diff
10 lines
184 B
Diff
---
|
|
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
|