Set development status to inactive and add a warning to the README
This commit is contained in:
Родитель
897faab42c
Коммит
baf0bf27d5
|
@ -0,0 +1,13 @@
|
|||
pytest-mozwebqa
|
||||
===============
|
||||
|
||||
pytest-mozwebqa is no longer in active development, and support has been
|
||||
discontinued. The features have been reimplemented in the following plugins:
|
||||
|
||||
* `pytest-base-url <https://pypi.python.org/pypi/pytest-base-url/>`_
|
||||
* `pytest-selenium <https://pypi.python.org/pypi/pytest-selenium/>`_
|
||||
* `pytest-variables <https://pypi.python.org/pypi/pytest-variables/>`_
|
||||
* `pytest-html <https://pypi.python.org/pypi/pytest-html/>`_
|
||||
|
||||
Please consider migrating to these. The documentation for pytest-mozwebqa can
|
||||
be found `here <https://github.com/mozilla/pytest-mozwebqa/blob/master/DOCS.md>`_.
|
3
setup.py
3
setup.py
|
@ -3,6 +3,7 @@ from setuptools import setup
|
|||
setup(name='pytest-mozwebqa',
|
||||
version='2.0',
|
||||
description='Mozilla WebQA plugin for py.test.',
|
||||
long_description=open('README.rst').read(),
|
||||
author='Dave Hunt',
|
||||
author_email='dhunt@mozilla.com',
|
||||
url='https://github.com/mozilla/pytest-mozwebqa',
|
||||
|
@ -17,7 +18,7 @@ setup(name='pytest-mozwebqa',
|
|||
keywords='py.test pytest selenium saucelabs browserstack mozwebqa webqa '
|
||||
'qa mozilla',
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Development Status :: 7 - Inactive',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
|
||||
'Operating System :: POSIX',
|
||||
|
|
Загрузка…
Ссылка в новой задаче