Skip to content

Commit

Permalink
Disable sqlalchemy -> wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 18, 2023
1 parent 1019614 commit a707848
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/recorder/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain": "recorder",
"name": "Recorder",
"codeowners": ["@home-assistant/core"],
"disabled": "Dependencies does not support Python 3.12",
"documentation": "https://www.home-assistant.io/integrations/recorder",
"integration_type": "system",
"iot_class": "local_push",
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/sql/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "SQL",
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
"config_flow": true,
"disabled": "Dependencies does not support Python 3.12",
"documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling",
"requirements": ["SQLAlchemy==2.0.15"]
Expand Down
6 changes: 0 additions & 6 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ RestrictedPython==7.0a1.dev0
# homeassistant.components.remember_the_milk
RtmAPI==0.7.2

# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.15

# homeassistant.components.travisci
TravisPy==0.3.5

Expand Down Expand Up @@ -772,7 +768,6 @@ flipr-api==1.5.0
flux-led==0.28.37

# homeassistant.components.homekit
# homeassistant.components.recorder
fnv-hash-fast==0.3.1

# homeassistant.components.foobot
Expand Down Expand Up @@ -1390,7 +1385,6 @@ prometheus-client==0.7.1
proxmoxer==2.0.1

# homeassistant.components.hardware
# homeassistant.components.recorder
psutil-home-assistant==0.0.1

# homeassistant.components.systemmonitor
Expand Down
6 changes: 0 additions & 6 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ RestrictedPython==7.0a1.dev0
# homeassistant.components.remember_the_milk
RtmAPI==0.7.2

# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.15

# homeassistant.components.onvif
WSDiscovery==2.0.0

Expand Down Expand Up @@ -600,7 +596,6 @@ flipr-api==1.5.0
flux-led==0.28.37

# homeassistant.components.homekit
# homeassistant.components.recorder
fnv-hash-fast==0.3.1

# homeassistant.components.foobot
Expand Down Expand Up @@ -1038,7 +1033,6 @@ prayer-times-calculator==0.0.6
prometheus-client==0.7.1

# homeassistant.components.hardware
# homeassistant.components.recorder
psutil-home-assistant==0.0.1

# homeassistant.components.androidtv
Expand Down

0 comments on commit a707848

Please sign in to comment.