Skip to content

Commit

Permalink
remove python integration tests (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern authored Nov 9, 2023
1 parent 133667a commit efae89b
Show file tree
Hide file tree
Showing 41 changed files with 24 additions and 11,574 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

- name: Integration Test
run: |
cd tests/pytest
cd integration-tests
python3 live_test.py --job-id "prod-${GITHUB_RUN_NUMBER}-${GITHUB_RUN_ATTEMPT}" --filter ${{ env.CLOUDTRUTH_TEST_FILTER }} --exclude backup
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:

- name: Integration Test
run: |
cd tests/pytest
cd integration-tests
python3 live_test.py --job-id "stage-${GITHUB_RUN_NUMBER}-${GITHUB_RUN_ATTEMPT}" --filter ${{ env.CLOUDTRUTH_TEST_FILTER }}
61 changes: 0 additions & 61 deletions .github/workflows/test-production-cargo.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/test-production-pytest.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/test-staging-cargo.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/test-staging-pytest.yml

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ serial_test = "0.5"
trycmd = "0.14"
const_format = "0.2.30"
maplit = "1.0"
dunce = "1.0.4"

[profile.release]
debug = "line-tables-only"
Loading

0 comments on commit efae89b

Please sign in to comment.