Skip to content

Commit b59c156

Browse files
committed
Fix error in precommit.py in codegen smoketest
`aas-core-codegen-smoke` fails with an import error for `docutils.util.error_reporting`. This error has been resolved in `aas-core-codegen` with [44ab69d], however, `aas-core-meta` relies on an older version of `aas-core-codegen`. Hence, we bump the dependency to the current `671064f`. [44ab69d]: aas-core-works/aas-core-codegen@44ab69d
1 parent 899add1 commit b59c156

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ ignore_missing_imports = True
3030
[mypy-docutils.core]
3131
ignore_missing_imports = True
3232

33-
[mypy-docutils.utils.error_reporting]
34-
ignore_missing_imports = True
35-
3633
[mypy-jsonschema]
3734
ignore_missing_imports = True
3835

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"mypy==0.910",
4444
"pylint==2.17.0",
4545
"asttokens>=2.0.8,<3",
46-
"aas-core-codegen@git+https://github.com/aas-core-works/aas-core-codegen@6df5c9e8#egg=aas-core-codegen",
46+
"aas-core-codegen@git+https://github.com/aas-core-works/aas-core-codegen@671064f",
4747
"astpretty==3.0.0",
4848
"pygments>=2,<3"
4949
],

0 commit comments

Comments
 (0)