fune/third_party/python/py/tasks/__init__.py
Dave Hunt 21f960591b Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal
Updated to 3.2.5.

MozReview-Commit-ID: 34OG1iGeMVW

--HG--
extra : rebase_source : 3ffa191b142f60897abb0728f53e71b8cda52701
2018-05-24 16:18:27 +01:00

12 lines
156 B
Python

"""
Invoke tasks to help with pytest development and release process.
"""
import invoke
from . import vendoring
ns = invoke.Collection(
vendoring
)