Skip to content

Commit 3bc9f04

Browse files
committed
Merge branch 'remove_v400a' into syntron_RFC-local-remove
2 parents a07b78c + 3effe51 commit 3bc9f04

22 files changed

Lines changed: 2 additions & 1965 deletions

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
verbose: true
7474
emoji: true
7575
job-summary: true
76-
custom-arguments: '-v --ignore=./tests/test_FMIRegression.py --ignore=./tests_v400/test_FMIRegression.py'
76+
custom-arguments: '-v --ignore=./tests/test_FMIRegression.py'
7777
click-to-expand: true
7878
report-title: 'Test Report'
7979

.github/workflows/Test_v400.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: mypy
3535
args: []
36-
exclude: 'test|test_v400'
36+
exclude: 'test'
3737
additional_dependencies:
3838
- pyparsing
3939
- types-psutil

0 commit comments

Comments
 (0)