Skip to content

Commit d6d6fcf

Browse files
Turn off functional tests (#584)
1 parent 228c6a9 commit d6d6fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ envlist =
1919

2020
[testenv]
2121
commands =
22-
pytest {posargs}
22+
pytest {posargs} --ignore=test/functional
2323
deps = -rrequirements-dev.txt
2424

2525
[testenv:rst]

0 commit comments

Comments
 (0)