Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Set development status to inactive and add a warning to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Jun 27, 2016
1 parent 897faab commit baf0bf2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
File renamed without changes.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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',
Expand All @@ -17,7 +18,7 @@
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',
Expand Down

0 comments on commit baf0bf2

Please sign in to comment.