mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
Remove upgrade hooks from Core 2.0 to Core 3.0
This commit is contained in:
@@ -85,9 +85,8 @@ class Upgrader(object):
|
|||||||
self.to_version = semantic_version.Version.coerce(
|
self.to_version = semantic_version.Version.coerce(
|
||||||
util.pepver_to_semver(to_version))
|
util.pepver_to_semver(to_version))
|
||||||
|
|
||||||
self._upgraders = [
|
self._upgraders = [(semantic_version.Version("3.5.0-a.2"),
|
||||||
(semantic_version.Version("3.5.0-a.2"), self._update_dev_platforms)
|
self._update_dev_platforms)]
|
||||||
]
|
|
||||||
|
|
||||||
def run(self, ctx):
|
def run(self, ctx):
|
||||||
if self.from_version > self.to_version:
|
if self.from_version > self.to_version:
|
||||||
|
Reference in New Issue
Block a user