Skip to content

Remove pytest-runner, use pypa build and installer

Rafael Fontenelle requested to merge (removed):pytest-runner-removal into main

Do pytest-runner removal, use python-build and python-installer.

Other changes:

  • remove from makedepends array some packages already listed in depends array,
  • remove <0.15 sed patch as not needed ( doesn't have version constraint),
  • adds to setup.py a removal command for pytest-runner from 'setup_requires' field,
  • remove tests deselection as tests worked just fine in a local clean chroot build

Merge request reports