Skip to content

Commit d4e30d2

Browse files
committed
Fix
1 parent df541b3 commit d4e30d2

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dev = [
5050
"coverage>=7.0",
5151
"pytest>=7.3.1",
5252
"pyyaml>=6.0.3,<7",
53+
"pytest-xdist",
5354
]
5455

5556
[tool.hatch.build.targets.sdist]

tests/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def test_gift_contract_succeed(self):
193193
)
194194
)
195195
),
196-
config=TEST_DEFAULT_CONFIG.update(wrap_output=False),
196+
config=DEFAULT_TEST_CONFIG.update(wrap_output=False),
197197
)
198198
self.assertEqual(ret, uplc.BuiltinUnit())
199199

uv.lock

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)