Skip to content

Commit

Permalink
Remove experimental Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 6, 2021
1 parent 657a13a commit e632e29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.8, 3.9]
experimental: [false]
include:
- python-version: '3.10-dev'
experimental: true
steps:
- name: "Checkout code"
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def bypass_setup_fixture():
yield


# Here we simiulate a successful config flow from the backend.
# Here we simulate a successful config flow from the backend.
# Note that we use the `bypass_get_data` fixture here because
# we want the config flow validation to succeed during the test.
async def test_successful_config_flow(hass: HomeAssistant, bypass_get_data):
Expand Down

0 comments on commit e632e29

Please sign in to comment.