Metadata-Version: 2.4
Name: pytest-artifact
Version: 0.2.0.post2
Summary: Deprecated package, use `pytest-artifacts` (with an s) instead. Pytest plugin for managing test artifacts.
Project-URL: Repository, https://github.com/ketozhang/pytest-artifact
Project-URL: Documentation, https://github.com/ketozhang/pytest-artifact
Project-URL: Bug Tracker, https://github.com/ketozhang/pytest-artifact/issues
Author-email: "Keto D. Zhang" <keto.zhang@gmail.com>
Maintainer-email: "Keto D. Zhang" <keto.zhang@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: artifacts,plugin,pytest,testing
Classifier: Development Status :: 7 - Inactive
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: pytest>=6.2.0
Description-Content-Type: text/markdown

# pytest-artifact

> [!WARNING]
> This package, `pytest-artifact`, is deprecated and has been renamed to `pytest-artifacts`.
> No new versions will be released under the old name.

Please install [`pytest-artifacts`](https://pypi.org/project/pytest-artifacts/) instead.

## Migration

Replace all distribution package name `pytest-artifact` with `pytest-artifacts` in documentation, dependency files, and installation commands. Replace all import statements from `pytest_artifact` to `pytest_artifacts` in code.
