| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@vi3k6i5, this better be processed in high priority, as it includes complex changes, which can affect (or be affected) by other changes. It also requires some kokoro changes, as now there is no compliance_test session, but compliance_test_13 and compliance_test_14. |
Sorry, something went wrong.
|
@vi3k6i5, all the checks passed except the old and unactual one (it should be dropped in the repo setting, I guess). |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
@vi3k6i5, please, merge it |
Sorry, something went wrong.
| env_vars: { | ||
| key: "NOX_SESSION" | ||
| value: "compliance_test" | ||
| value: "compliance_test_13" |
There was a problem hiding this comment.
@IlyaFaer : What about compliance_test_14 ? we won't enable it by default ?
Sorry, something went wrong.
|
Disabled Compliance test to merge the change as we have renamed it to compliance_test_13 and compliance_test_14. will enable it once this PR is merged. |
Sorry, something went wrong.
|
compliance_test_13 and compliance_test_14 are now enabled. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The first step in terms of supporting SQLAlchemy 1.4 is to prepare tests suite.
This PR splits the original test suite into two suites: 1.3 and 1.4. Though there were not much of a functionality changes between the versions, the tests suite changed significantly, thus, we need to support separate suites for the 1.3 and 1.4 versions for now.