Aleksandr Borzunov 4 éve
szülő
commit
2bb98a94c5
1 módosított fájl, 4 hozzáadás és 2 törlés
  1. 4 2
      tests/test_averaging.py

+ 4 - 2
tests/test_averaging.py

@@ -383,8 +383,10 @@ def test_too_few_peers():
 
 
 # TODO(@justheuristic): Finish the elasticity_0.0.1 branch and make this test work
-@pytest.mark.skip(reason="The current implementation of elasticity (multi-stage averaging for the case when "
-                         "num_peers > ~3 * target_group_size) is incorrect. Contact @justheuristic for more info")
+@pytest.mark.skip(
+    reason="The current implementation of elasticity (multi-stage averaging for the case when "
+    "num_peers > ~3 * target_group_size) is incorrect"
+)
 @pytest.mark.forked
 def test_overcrowded(num_peers=16):
     dht_instances = launch_dht_instances(num_peers)