kumar303 / mohawk

Python library for Hawk HTTP authorization
BSD 3-Clause "New" or "Revised" License
47 stars 20 forks source link

nose -> pytest #59

Open pyrox0 opened 3 months ago

pyrox0 commented 3 months ago

This moves the test suite of this package from the deprecated nose test runner to pytest. Nose has been deprecated for a long time, and per its webpage, projects should migrate to pytest instead, as it's actually maintained and runs on new python versions where nose does not. I'd be glad to answer any other questions you have about this PR!