1. 17 May, 2024 4 commits
    • Xavier Thompson's avatar
      b954f41e
    • Xavier Thompson's avatar
      [wkrd] Fix zc.recipe.egg name in test index · b7d32737
      Xavier Thompson authored
      With recent setuptools, calling `python setup.py sdist` to create an
      archive for zc.recipe.egg creates a zc_recipe_egg-xyz.zip instead of
      a zc.recipe.egg-xyz.zip. This is called during test setup to prepare
      a local package index, as the tests prevent access to PyPI. The name
      change leads the index to find an entry for zc-recipe-egg instead of
      zc.recipe.egg (as normalization replaces _ with -), which causes the
      tests to fail to find a distribution for zc.recipe.egg.
      b7d32737
    • Xavier Thompson's avatar
      [fix] Fix logging filters for Python2 · e6f2410f
      Xavier Thompson authored
      e6f2410f
    • Xavier Thompson's avatar
      [fix] Adapt to setuptools>=65.6.0 logging on root · 9c019610
      Xavier Thompson authored
      INFO logs from setuptools which were previously not emitted because
      setuptool's ad-hoc legacy logger defaulted to WARNING and above may
      now be emitted because setuptools now logs to the root logger, thus
      the global root logger's level configuration applied.
      
      This caused undesired 'root: <some setuptools info>' messages to be
      emitted and caused many tests to fail due to unexpected outputs.
      9c019610
  2. 07 May, 2024 1 commit
  3. 03 May, 2024 35 commits