Browse Source

blind attempt at fixing the unexpected-success "failures" on windows CI

Stefan Sperling 9 months ago
parent
commit
f270f0c9a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/compat/test_client.py

+ 1 - 1
tests/compat/test_client.py

@@ -411,7 +411,7 @@ class DulwichTCPClientTest(CompatTestCase, DulwichClientTestBase):
     def _build_path(self, path):
         return path
 
-    if sys.platform == "win32":
+    if sys.platform == "win32" and protocol.DEFAULT_GIT_PROTOCOL_VERSION_FETCH < 2:
 
         @expectedFailure
         def test_fetch_pack_no_side_band_64k(self):