changeset 6862:203ca204abbf stable

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.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 16 Sep 2024 17:22:23 +0400
parents a868f00e8915
children c7f37762eab1
files tests/test-check-sdist.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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