Skip to content

Commit

Permalink
Don't run flake8 as part of the basic tests
Browse files Browse the repository at this point in the history
This script should only run tests to check that cheribuild still works
rather than also running the linting. This made sense when we didn't have
pre-commit enabled, but now pre-commit takes care of that.
  • Loading branch information
arichardson committed Apr 20, 2024
1 parent debbb9b commit c5f992a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/run_basic_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ try_run_verbose() {
fi
}

# check for errors that would fail the GitHub CI:
try_run_verbose python3 -m flake8

# check that there are no obvious mistakes:
sh "$SCRIPT_DIR/run_smoke_tests.sh"

Expand Down

0 comments on commit c5f992a

Please sign in to comment.