| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-pytest-flake8-path | Distribution: Fedora Project |
| Version: 1.5.0 | Vendor: Fedora Project |
| Release: 11.fc44 | Build date: Sun Jan 18 07:22:38 2026 |
| Group: Unspecified | Build host: buildvm-a64-16.rdu3.fedoraproject.org |
| Size: 20324 | Source RPM: python-pytest-flake8-path-1.5.0-11.fc44.src.rpm |
| Packager: Fedora Project | |
| Url: https://github.com/adamchainz/pytest-flake8-path | |
| Summary: A pytest fixture for testing flake8 plugins | |
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.