slavos1 / pytest-bdd-html

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

Do not use walrus operator (:=) for pre-3.8 Python releases #2

Closed slavos1 closed 1 year ago

slavos1 commented 2 years ago

Since we want to support as many Python versions as possible (>=3.7), we must not use walrus operator (:=) available only since 3.8.

dannycodes commented 1 year ago

@slavos1 fix https://github.com/slavos1/pytest-bdd-html/pull/7