aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-09-12 17:27:37 +0100
committerEric Kunze <eric.kunze@arm.com>2022-09-21 20:47:22 +0000
commit00423436471c23c70d89d434271de34bafd5986b (patch)
tree474bfae46808c0a16617aa5a67be78382c1ce3c3 /.pre-commit-config.yaml
parent49ced1e0e79783f79a2597820b08562c34696b05 (diff)
downloadreference_model-00423436471c23c70d89d434271de34bafd5986b.tar.gz
Add simple post commit reference model testing against Numpy
Only perform testing of this after build of ref model using postcommit pytest mark. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I771a18d2c9cd4051fecafad3e6079b44f2ed62fa
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f2ccc3f..b253ddd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,6 +25,6 @@ repos:
name: pytest
stages: [commit]
language: system
- entry: pytest
+ entry: pytest -m "not postcommit"
types: [python]
pass_filenames: false