Metadata-Version: 2.4
Name: pytest-black-multipy
Version: 1.0.1
Summary: Allow '--black' on older Pythons
Home-page: https://github.com/jaraco/pytest-black-multipy
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
License-File: LICENSE
Requires-Dist: pytest-black; python_version >= "3.6"
Provides-Extra: testing
Requires-Dist: pytest!=3.7.3,>=3.5; extra == "testing"
Requires-Dist: pytest-checkdocs; extra == "testing"
Requires-Dist: pytest-flake8; extra == "testing"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: jaraco.packaging>=3.2; extra == "docs"
Requires-Dist: rst.linker>=1.9; extra == "docs"
Dynamic: license-file

.. image:: https://img.shields.io/pypi/v/pytest-black-multipy.svg
   :target: https://pypi.org/project/pytest-black-multipy

.. image:: https://img.shields.io/pypi/pyversions/pytest-black-multipy.svg

.. image:: https://img.shields.io/travis/jaraco/pytest-black-multipy/master.svg
   :target: https://travis-ci.org/jaraco/pytest-black-multipy

.. .. image:: https://img.shields.io/appveyor/ci/jaraco/pytest-black-multipy/master.svg
..    :target: https://ci.appveyor.com/project/jaraco/pytest-black-multipy/branch/master

.. .. image:: https://readthedocs.org/projects/pytest-black-multipy/badge/?version=latest
..    :target: https://pytest-black-multipy.readthedocs.io/en/latest/?badge=latest


A wrapper around `pytest-black <https://pypi.org/project/pytest-black>`_
to allow projects on older Python versions to use the ``--black`` parameter.

This project is deprecated. Instead, use `pytest-enabler <https://pypi.org/project/pytest-enabler>`_ to enable black when present.
