blob: 9b65c14b14ee2dc31de5235b4660725f960b460c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Description: call pytest-3 instead of pytest
Author: gustavo panizzo <gfa@zumbi.com.ar>
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:
|