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, and use python-build and python-installer.

Note: pytest-runner was set as 'setup_requires' in setup.py, but it was unnecessary. pytest is already in test_requires.

Merge request reports