Skip to content

Commit 5038294

Browse files
ci: move tests/integration/test_crossmodel.py to integration-quarantine
1 parent 09b6829 commit 5038294

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ commands =
6767
--tb native \
6868
-ra -v -n 1 \
6969
-k 'integration' \
70+
--ignore {toxinidir}/tests/integration/test_crossmodel.py \
7071
--ignore {toxinidir}/tests/integration/test_model.py \
7172
-m 'not serial' \
7273
{posargs}
@@ -81,6 +82,7 @@ commands =
8182
-ra -v -n 1 \
8283
-m 'not serial' \
8384
{posargs} \
85+
{toxinidir}/tests/integration/test_crossmodel.py \
8486
{toxinidir}/tests/integration/test_model.py
8587

8688
[testenv:unit]

0 commit comments

Comments
 (0)