1. 26 Feb, 2021 2 commits
    • Kirill Smelkov's avatar
      component/nxdtest: v↑ · 4c721272
      Kirill Smelkov authored
      This brings in the following changes:
      
      - nexedi/nxdtest@1e6a1cc6
      - nexedi/nxdtest@b5a74214
      
      The first one makes nxdtest more robust to detect an error in its worker
      thread, while the second one makes nxdtest more human-friendly when used
      while developing.
      
      /cc @jerome
      4c721272
    • Jérome Perrin's avatar
      *: fix missing setup_requires · 19c873f2
      Jérome Perrin authored
      buildout has no knowledge of setup_requires, when installing a package with
      setup_requires, setuptools will fetch the package from pypi and install its latest
      version, regardless of buildout's versions or allow-picked-versions options, that
      are critical for us to ensure repeatability.
      
      These patches were produced by running buildout with a modified setuptools version which does not install setup_requires ( jerome/setuptools@54f42c38 ) and by modifying the profiles to use setup-eggs option in all the sections installing packages using setup_requires.
      
      See merge request !912
      19c873f2
  2. 25 Feb, 2021 8 commits
  3. 24 Feb, 2021 4 commits
  4. 22 Feb, 2021 14 commits
  5. 19 Feb, 2021 1 commit
  6. 18 Feb, 2021 11 commits