Metadata-Version: 2.1
Name: omnisolver-test-tools
Version: 1.0.0
Summary: Meta-package for tracking versions of Omnisolver's test dependencies.
Author-email: Konrad Jałowiecki <dexter2206@gmail.com>, Łukasz Pawela <lukasz.pawela@gmail.com>
License: Apache-2.0
Project-URL: repository, https://github.com/euro-hpc-pl/omnisolver-test-tools
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# omnisolver-test-tools

## Purpose

This meta-package tracks versions of test tools (e.g. pytest) used in Omnisolver and it's official
plugins.
Therefore, it reduces the burden of maintaining such dependencies in each repository separately.

## Installation

You typically don't install `omnisolver-test-tools` manually. Instead, the package gets installed
whenever you install Omnisolver or one of its official plugins with `test` requirements, e.g. by
running

```bash
pip install omnisolver[test]
```

which is only useful if you plan to run tests or contribute to Omnisolver.
