Skip to content

Commit 91f4f07

Browse files
committed
??? remove v4.0.0
1 parent 2425749 commit 91f4f07

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.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

.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

OMPython/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,4 @@
9191
'OMPathRunnerBash',
9292
'OMPathRunnerLocal',
9393
'OMSessionRunner',
94-
95-
'ModelicaSystemCmd',
96-
'ModelicaSystem',
97-
98-
'OMCSessionABC',
99-
'OMCSessionCmd',
10094
]

0 commit comments

Comments
 (0)