commit 17548ab2fcde245f9b6671e7881884003985e290 Author: Damian Johnson atagar@torproject.org Date: Sun Jun 18 11:07:13 2017 -0700
Changelog entry for fstat resolution --- docs/change_log.rst | 1 + test/settings.cfg | 2 ++ 2 files changed, 3 insertions(+)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 50158ca..06341b4 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -66,6 +66,7 @@ The following are only available within Stem's `git repository
* **Utilities**
+ * Support connection resolution on OpenBSD using fstat (:trac:`13807`) * Added timeout argument to :func:`~stem.util.system.call` * Added cwd argument to :func:`~stem.util.system.call` * Added :class:`~stem.util.test_tools.TimedTestRunner` and :func:`~stem.util.test_tools.test_runtimes` diff --git a/test/settings.cfg b/test/settings.cfg index 52bd013..128e987 100644 --- a/test/settings.cfg +++ b/test/settings.cfg @@ -135,6 +135,8 @@ pycodestyle.ignore stem/descriptor/__init__.py => E402: import stem.descriptor.n pycodestyle.ignore stem/descriptor/__init__.py => E402: import stem.descriptor.microdescriptor pycodestyle.ignore stem/descriptor/__init__.py => E402: import stem.descriptor.tordnsel pycodestyle.ignore stem/descriptor/__init__.py => E402: import stem.descriptor.hidden_service_descriptor +pycodestyle.ignore test/unit/util/connection.py => W291: _tor tor 15843 10 pipe 0x0 state: +pycodestyle.ignore test/unit/util/connection.py => W291: _tor tor 15843 11 pipe 0x0 state:
# False positives from pyflakes. These are mappings between the path and the # issue.
tor-commits@lists.torproject.org