Skip to content

newapkbuild: use pytest for Python tests

Bart Ribbers requested to merge PureTryOut/abuild:pytest into master

The setup.py way of running tests is deprecated and will be removed in the future. Basically every package nowadays uses pytest to run the tests instead. Besides calling pytest, no other changes are necessary.

Edited by Bart Ribbers

Merge request reports