/python-rpm-packaging

Tools for packaging Python projects with rpm

Primary LanguagePythonOtherNOASSERTION

# python-rpm-packaging

## Running tests

Requirements:
- Python >= 3.8
- pip >= 20.0.1
- setuptools
- pytest
- pytest-xdist
- pyyaml
- wheel
- poetry (due to [bug](pypa/pip#9701))

```
$ python3 -m pytest
```

Alternatively, run tests with [tox](https://tox.readthedocs.io/).