Bug 1428707 - Validated python3 support, updated package version r=davehunt
Differential Revision:
https://phabricator.services.mozilla.com/D9565
new file mode 100644
--- /dev/null
+++ b/testing/mozbase/mozdebug/mozdebug/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal=1
\ No newline at end of file
--- a/testing/mozbase/mozdebug/setup.py
+++ b/testing/mozbase/mozdebug/setup.py
@@ -1,17 +1,17 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
from __future__ import absolute_import
from setuptools import setup
-PACKAGE_VERSION = '0.1'
+PACKAGE_VERSION = '0.1.1'
setup(name='mozdebug',
version=PACKAGE_VERSION,
description="Utilities for running applications under native code debuggers "
"intended for use in Mozilla testing",
long_description="see https://firefox-source-docs.mozilla.org/mozbase/index.html",
classifiers=['Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only'],
--- a/testing/mozbase/mozdebug/tests/manifest.ini
+++ b/testing/mozbase/mozdebug/tests/manifest.ini
@@ -1,4 +1,3 @@
[DEFAULT]
subsuite = mozbase, os == "linux"
-skip-if = python == 3
[test.py]