Use fixed versions of dependencies in integration test
The integration tests no longer passed due to changes in external dependencies. This is fixed by using hardcoded versions. This part of the CI pipeline is now also no longer optional (allow_failure = false
).