| Name: | python3-pytest-flake8-path |
|---|---|
| Version: | 1.3.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 19146 |
| License: | MIT |
| RPM: | python3-pytest-flake8-path-1.3.0-1.el9.noarch.rpm |
| Source RPM: | python-pytest-flake8-path-1.3.0-1.el9.src.rpm |
| Build Date: | Wed Nov 30 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/adamchainz/pytest-flake8-path |
| Summary: | A pytest fixture for testing flake8 plugins |
| Description: | pytest-flake8-path is the successor to pytest-flake8dir. pytest-flake8dir was based upon pytest’s tmpdir fixture, which returned a legacy py.path.local object. Since version 3.9.0, pytest has provided the tmp_path fixture, which returns a standard library pathlib.Path object. pytest-flake8-path is a rewrite of pytest-flake8dir to use tmp_path instead of tmpdir. |
- Install test dependencies using pyproject_buildrequires
- Initial package (rhbz#2144097)