We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2425749 commit 91f4f07Copy full SHA for 91f4f07
3 files changed
.github/workflows/Test.yml
@@ -73,7 +73,7 @@ jobs:
73
verbose: true
74
emoji: true
75
job-summary: true
76
- custom-arguments: '-v --ignore=./tests/test_FMIRegression.py --ignore=./tests_v400/test_FMIRegression.py'
+ custom-arguments: '-v --ignore=./tests/test_FMIRegression.py'
77
click-to-expand: true
78
report-title: 'Test Report'
79
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
hooks:
34
- id: mypy
35
args: []
36
- exclude: 'test|test_v400'
+ exclude: 'test'
37
additional_dependencies:
38
- pyparsing
39
- types-psutil
OMPython/__init__.py
@@ -91,10 +91,4 @@
91
'OMPathRunnerBash',
92
'OMPathRunnerLocal',
93
'OMSessionRunner',
94
-
95
- 'ModelicaSystemCmd',
96
- 'ModelicaSystem',
97
98
- 'OMCSessionABC',
99
- 'OMCSessionCmd',
100
]
0 commit comments