ci: add SERVER_NAME
to configuration for GitHub Actions
#723
Labels
complexity: low
priority: critical
type: bug
Indicates an unexpected problem or unintended behaviour
The last successful nightly CI run was on 23 October 2023 and it has been failing since 24 October 2023, coinciding with the release of
pytest-flask 1.3.0
which introduced a breaking change ifSERVER_NAME
is not given in the configuration. The workaround (pytest-dev/pytest-flask#175) is to explicitly setSERVER_NAME = 'localhost'
to recover the previous behaviour.The text was updated successfully, but these errors were encountered: