Bug 1428710 - Add support for Python 3 for mozleak. r=ahal

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
championshuttler 2019-09-19 16:12:49 +00:00
parent 7f306608f9
commit 2aab9454f8
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

@ -8,7 +8,7 @@ from setuptools import setup
PACKAGE_NAME = 'mozleak'
PACKAGE_VERSION = '0.2'
PACKAGE_VERSION = '1.0.0'
setup(

View File

@ -1,4 +1,3 @@
[DEFAULT]
subsuite = mozbase, os == "linux"
[test_lsan.py]
skip-if = python == 3