slavos1 / pytest-bdd-html

pytest plugin to display BDD info in HTML test report
MIT License
3 stars 0 forks source link

Set dependencies as a range #14

Open slavos1 opened 7 months ago

slavos1 commented 7 months ago

Currently, deps as specified without any version (except pytest) which is probably too broad -- let's constrain them within reasonable ranges. Once moved to Hatch (#13), I'd like to test this in a matrix.

slavos1 commented 6 months ago

Hatch supports matrices quite nicely.