Skip to content
Snippets Groups Projects
Commit 97bf18fe authored by Miroslav Saur's avatar Miroslav Saur
Browse files

Merge branch 'sponce_pydantic-2' into 'master'

Fixed code for move to pydantic-2

See merge request !4293
parents 4cdd858c 00c04c55
No related branches found
No related tags found
1 merge request!4293Fixed code for move to pydantic-2
Pipeline #11043641 passed with warnings
......@@ -76,7 +76,7 @@ class Options(DefaultOptions):
yield
class TestOptions(Options, TestOptionsBase):
class TestOptions(TestOptionsBase, Options):
"""Specialized Options class for Moore Tests"""
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment