Skip to content

Commit

Permalink
fix(bazel): migrate tests <5 min to size medium
Browse files Browse the repository at this point in the history
- https://bazel.build/reference/be/common-definitions#common-attributes-tests

Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 3, 2024
1 parent 547af88 commit 404025f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pyrovelocity/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ py_test_module_list(
"tests/models/test_deterministic_simulation.py",
"tests/models/test_transcription_dynamics.py",
"tests/models/test_velocity_model.py",
"tests/plots/test_vector_fields.py",
"tests/tasks/test_data.py",
"tests/tasks/test_postprocess.py",
"tests/tasks/test_preprocess.py",
"tests/tasks/test_summarize.py",
"tests/tasks/test_train.py",
"tests/test_utils.py",
],
imports = [".."],
Expand All @@ -60,11 +65,6 @@ py_test_module_list(
py_test_module_list(
size = "large",
files = [
"tests/plots/test_vector_fields.py",
"tests/tasks/test_postprocess.py",
"tests/tasks/test_preprocess.py",
"tests/tasks/test_summarize.py",
"tests/tasks/test_train.py",
],
imports = [".."],
tags = [""],
Expand Down

0 comments on commit 404025f

Please sign in to comment.