Description: call pytest-3 instead of pytest Author: gustavo panizzo Last-Update: 2022-05-17 Origin: vendor --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: test.unit test.integration .PHONY: test.unit test.unit: - pytest + pytest-3 .PHONY: test.integration test.integration: