Skip to content

Commit

Permalink
osx_64 is not a valid CI service
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Mar 13, 2024
1 parent 4dcb96f commit 3785cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda_forge_tick/models/conda_forge_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ class CIService(StrEnum):
EMULATED = "emulated"
DEFAULT = "default"

LEGACY_OSX_64 = "osx_64"


class CondaForgeYml(ValidatedBaseModel):
bot: Bot | None = None
Expand Down
3 changes: 3 additions & 0 deletions tests/model/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
"pymc-marketing", # typo in bot.inspection (conda-forge.yml)
"requests-cache", # bot.inspection is false (conda-forge.yml)
"graphite2", # provider.win has invalid value "win".
"lbapcommon", # provider.osx_arm64 has invalid value "osx_64". See issue #64 of the feedstock.
"root", # provider.osx_arm64 has invalid value "osx_64". See issue #238 of the feedstock.
"vector-classes", # provider.osx_arm64 has invalid value "osx_64". See issue #9 of the feedstock.
}


Expand Down

0 comments on commit 3785cd9

Please sign in to comment.