Skip to content

Commit

Permalink
chore(telemetry): Remove dummy e2e test (#622)
Browse files Browse the repository at this point in the history
Remove dummy e2e test

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
ankatiyar authored Mar 21, 2024
1 parent 65f28b5 commit 360457e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/kedro-telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,3 @@ jobs:
plugin: kedro-telemetry
os: ubuntu-latest
python-version: "3.11"

e2e-tests:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
uses: ./.github/workflows/e2e-tests.yml
with:
plugin: kedro-telemetry
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Empty file.
1 change: 0 additions & 1 deletion kedro-telemetry/features/steps/dummy.feature

This file was deleted.

1 change: 0 additions & 1 deletion kedro-telemetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Tracker = "https://github.com/kedro-org/kedro-plugins/issues"
[project.optional-dependencies]
test = [
"bandit>=1.6.2, <2.0",
"behave",
"black~=22.0",
"pre-commit>=2.9.2",
"pytest",
Expand Down

0 comments on commit 360457e

Please sign in to comment.