[tor-commits] [sbws/maint-1.1] fix: test: Unrelated linter error
juga at torproject.org
juga at torproject.org
Mon Jun 29 07:49:11 UTC 2020
commit b9e8fcd7fdcd931fe87a715d089c073d8fd3fe34
Author: juga0 <juga at riseup.net>
Date: Tue May 19 14:28:20 2020 +0000
fix: test: Unrelated linter error
---
tests/conftest.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/conftest.py b/tests/conftest.py
index 5d156f1..5f71b4a 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -116,6 +116,7 @@ def router_status(server_descriptor, router_statuses):
][0]
return rs
+
# Because of the function scoped `args` in `tests.unit.conftest`, this has to
# be function scoped too.
@pytest.fixture(scope='function')
More information about the tor-commits
mailing list