Skip to content

Commit 1342906

Browse files
authored
DEP remove Cos7Config migrator (#1982)
1 parent 134f5d1 commit 1342906

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conda_forge_tick/auto_tick.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
Build2HostMigrator,
102102
NoCondaInspectMigrator,
103103
DuplicateLinesCleanup,
104-
Cos7Config,
105104
PipWheelMigrator,
106105
GraphMigrator,
107106
CrossCompilationForARMAndPower,
@@ -680,7 +679,6 @@ def add_rebuild_migration_yaml(
680679
ExtraJinja2KeysCleanup(),
681680
Build2HostMigrator(),
682681
NoCondaInspectMigrator(),
683-
Cos7Config(),
684682
CrossCompilationForARMAndPower(),
685683
MPIPinRunAsBuildCleanup(),
686684
]
@@ -1064,7 +1062,6 @@ def initialize_migrators(
10641062
ExtraJinja2KeysCleanup(),
10651063
Build2HostMigrator(),
10661064
NoCondaInspectMigrator(),
1067-
Cos7Config(),
10681065
PipWheelMigrator(),
10691066
MPIPinRunAsBuildCleanup(),
10701067
DependencyUpdateMigrator(python_nodes),

0 commit comments

Comments
 (0)