Closed slavos1 closed 1 year 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.
@slavos1 fix https://github.com/slavos1/pytest-bdd-html/pull/7
Since we want to support as many Python versions as possible (>=3.7), we must not use walrus operator (:=) available only since 3.8.