Metadata-Version: 2.4
Name: pytest-trio
Version: 0.8.0
Summary: Pytest plugin for trio
Author-email: Emmanuel Leblond <emmanuel.leblond@gmail.com>
License: This software is made available under the terms of *either* of the
        licenses found in LICENSE.APACHE2 or LICENSE.MIT. Contributions to are
        made under the terms of *both* these licenses.
        
Project-URL: Homepage, https://github.com/python-trio/pytest-trio
Project-URL: Source, https://github.com/python-trio/pytest-trio
Project-URL: Bug Tracker, https://github.com/python-trio/pytest-trio/issues
Keywords: async,pytest,testing,trio
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Testing
Classifier: Framework :: Hypothesis
Classifier: Framework :: Pytest
Classifier: Framework :: Trio
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.APACHE2
License-File: LICENSE.MIT
Requires-Dist: trio>=0.25.1
Requires-Dist: outcome>=1.1.0
Requires-Dist: pytest>=7.2.0
Dynamic: license-file
