Metadata-Version: 2.1
Name: pytest-salt-factories
Version: 0.75.2
Summary: Pytest Salt Plugin
Home-page: https://github.com/saltstack/pytest-salt-factories
Author: Pedro Algarvio
Author-email: pedro@algarvio.me
Maintainer: Pedro Algarvio
Maintainer-email: pedro@algarvio.me
License: Apache Software License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pytest-tempdir (>=2019.9.16)
Requires-Dist: psutil
Requires-Dist: pyzmq
Requires-Dist: msgpack (!=0.5.5,>=0.5)
Requires-Dist: pytest (<4.7,>=4.6.6) ; python_version < "3.0"
Requires-Dist: pytest (>=4.6.6) ; python_version > "3.0"
Provides-Extra: docker
Requires-Dist: docker ; extra == 'docker'
Provides-Extra: salt
Requires-Dist: salt (>=3000.1) ; extra == 'salt'

pytest-salt-factories
=====================

.. image:: https://github.com/saltstack/pytest-salt-factories/workflows/Testing/badge.svg
   :target: https://github.com/saltstack/pytest-salt-factories

The new generation of the pytest-salt_ Plugin, this time focused on simplicity and extensibility

.. _pytest-salt: https://pypi.org/project/pytest-salt-factories


