Skip to content

Commit 2bb0d1b

Browse files
committed
ignoring dts for e2e and unit tests
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent 513e9a4 commit 2bb0d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ init:
22
pip3 install -r requirements.txt
33

44
test-unit:
5-
pytest -m "not e2e and not dts" --verbose
5+
pytest -m --ignore=test/dts "not e2e" --verbose
66

77
test-e2e:
8-
pytest -m e2e --verbose
8+
pytest -m --ignore=test/dts e2e --verbose
99

1010
install:
1111
python3 -m pip install .

0 commit comments

Comments
 (0)