Rev3802, Fix pytest warnings
This commit is contained in:
parent
f58f738fe4
commit
a7509988af
5 changed files with 17 additions and 12 deletions
|
@ -185,7 +185,7 @@ class TestBootstrapper:
|
|||
assert len(site.peers) == 2
|
||||
assert "bka4ht2bzxchy44r.onion:1234" in site.peers
|
||||
|
||||
@pytest.mark.skipif(not pytest.config.getvalue("slow"), reason="--slow not requested (takes around ~ 1min)")
|
||||
@pytest.mark.slow
|
||||
def testAnnounce(self, file_server, tor_manager):
|
||||
file_server.tor_manager = tor_manager
|
||||
hash1 = hashlib.sha256("1Nekos4fiBqfcazyG1bAxdBT5oBvA76Z").digest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue