diff tests/test-archive.t @ 48878:0583d7f0fdff

tests: delete some no-py3 blocks And drop some nearby avoidable py3 checks in close proximity while we are here. Differential Revision: https://phab.mercurial-scm.org/D12257
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:31:33 -0700
parents 42d2b31cee0b
children 7e5be4a7cda7
line wrap: on
line diff
--- a/tests/test-archive.t	Sun Feb 20 16:42:58 2022 -0700
+++ b/tests/test-archive.t	Sun Feb 20 15:31:33 2022 -0700
@@ -580,16 +580,11 @@
   Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename (xz !)
   $ rm -f ../archive.txz
 #endif
-#if py3 no-lzma
+#if no-lzma
   $ hg archive ../archive.txz
   abort: lzma module is not available
   [255]
 #endif
-#if no-py3
-  $ hg archive ../archive.txz
-  abort: xz compression is only available in Python 3
-  [255]
-#endif
 
 show an error when a provided pattern matches no files