# HG changeset patch # User Anton Shestakov # Date 1726492943 -14400 # Node ID 203ca204abbf598c21a8367252ccbf12002e59d5 # Parent a868f00e8915097cee648f0c3bd8c3bde56efc8a tests: further relax the number of files check in test-check-sdist.t A previous patch bumped this number due to a different version of setuptools or distutils or some other package that we don't control, which made it pretty obvious that this check is not really practical. We need a better way to check that all needed files are present in the tarball. I have some ideas, but this patch can be applied without further waiting, and it'll already bring the benefit of not annoying developers or contributors while at the same time still keeping the test somewhat useful. diff -r a868f00e8915 -r 203ca204abbf tests/test-check-sdist.t --- a/tests/test-check-sdist.t Mon Sep 09 17:28:07 2024 +0400 +++ b/tests/test-check-sdist.t Mon Sep 16 17:22:23 2024 +0400 @@ -38,7 +38,7 @@ $ egrep '^tests/test-.*\.(t|py)$' files > test-files $ egrep -v '^tests/test-.*\.(t|py)$' files > other-files $ wc -l other-files - 153 other-files + ??? other-files (glob) $ wc -l test-files ??? test-files (glob) $ fgrep debian files