Skip to content

Commit

Permalink
Removing the mypy execution from the test docker script.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwebb committed Aug 28, 2024
1 parent 56ff056 commit f6a58ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ cd nexical_core_interface
# make sure all images build
docker compose build

# run the project's type checks
docker compose run api mypy app

# run the project's tests
docker compose run ui pytest --ds=config.settings.local.ui -o 'python_files=test_ui_*.py'
docker compose run api pytest --ds=config.settings.local.api -o 'python_files=test_api_*.py'
Expand Down

0 comments on commit f6a58ab

Please sign in to comment.