Bug 1516659 - Remove mozprocess dependency from mozinstall's tests r=davehunt

Differential Revision: https://phabricator.services.mozilla.com/D15476

--HG--
extra : moz-landing-system : lando
This commit is contained in:
William Lachance 2019-01-02 09:44:08 +00:00
Родитель 499010a91c
Коммит 2fd7e025ab
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,6 @@ setup(name='mozInstall',
include_package_data=True,
zip_safe=False,
install_requires=deps,
tests_require=['mozprocess >= 0.15', ],
# we have to generate two more executables for those systems that cannot run as Administrator
# and the filename containing "install" triggers the UAC
entry_points="""