Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor migrations to allow to easily add new test models #6244

Merged
merged 2 commits into from
Jun 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address #6244 (comment)
  • Loading branch information
stefanobaghino-da committed Jun 8, 2020
commit 8845557ef5ed5b9a5a9f48108ed16ca00f178d35
12 changes: 0 additions & 12 deletions compatibility/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,3 @@ migration_test(
tags = ["exclusive"],
versions = platform_versions,
) if not is_windows else None

migration_test(
name = "migration-test",
tags = [
"exclusive",
"manual",
],
versions = [
"1.0.0",
"0.0.0",
],
)