* Make --sudoers option work properly, fix regression in v1.1.0 * Clarify --disable-ipv6 in man page. * Improve message when bind fails with a IPv6 address * Add tests for host name resolution * Allows wildcard host names as subnets * Fix typo * Remove --sudoers, improve --sudoers-no-modify * avoid moving/renaming the hosts file - fix docker container issue * fixed some spelling mistakes * Fix incorrect permissions for /etc/hosts * This test broke in Python3.11 * all elements are strings * Replace setuptools_scm with bump2version OBS-URL: https://build.opensuse.org/package/show/security/sshuttle?expand=0&rev=31
15 lines
321 B
Diff
15 lines
321 B
Diff
Index: setup.cfg
|
|
===================================================================
|
|
--- setup.cfg.orig
|
|
+++ setup.cfg
|
|
@@ -21,9 +21,6 @@ show-source = true
|
|
statistics = true
|
|
max-line-length = 128
|
|
|
|
-[tool:pytest]
|
|
-addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|
|
-
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|