Metadata-Version: 2.1
Name: pytest-pythonhashseed
Version: 1.0.0
Summary: Pytest plugin to set PYTHONHASHSEED env var.
Keywords: env,envvars,pytest,pythonhashseed,testing
Author-email: Michael Samoglyadov <mixas.sr@gmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Dist: pytest>=3.0.0
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-ruff ; extra == "test"
Requires-Dist: ruff==0.1.15 ; extra == "test"
Project-URL: Homepage, https://github.com/mr-mixas/pytest-pythonhashseed
Project-URL: Repository, https://github.com/mr-mixas/pytest-pythonhashseed.git
Provides-Extra: test

# pytest-pythonhashseed

Pytest plugin to define PYTHONHASHSEED env var for tests.

## Install
```sh
pip install pytest-pythonhashseed
```

## Run
```sh
pytest --pythonhashseed 123
```

## License

Licensed under the terms of the
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

