feat: support SQLAlchemy 1.4 - #191
Conversation
|
@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 |
|
@vi3k6i5, all the checks passed except the old and unactual one (it should be dropped in the repo setting, I guess). |
|
@vi3k6i5, please, merge it |
| 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 ?
|
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. |
|
compliance_test_13 and compliance_test_14 are now enabled. |
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.