kura / yarg

A semi hard Cornish cheese, also queries PyPI
https://yarg.readthedocs.org
MIT License
20 stars 6 forks source link

add python 3.12 compatibility #12

Closed pyrox0 closed 3 months ago

pyrox0 commented 3 months ago

Nose is deprecated, and so this migrates to pytest and fixes all broken assertions. All previously passing tests pass, so no changes to test logic were needed. Pytest works with Python 3.8+, so I've updated the versions in setup.py to reflect that. Finally, there was an unused import in the test_release.py file, that I removed.

kura commented 3 months ago

@pyrox0 thanks. Merged.