Skip to content

Commit d198e84

Browse files
committed
Bumping pymarc version to 5.2.1 and removing a change to test_conditions that is no longer necessary.
1 parent c8b2367 commit d198e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pyhumps = "^3.7.3"
3838
defusedxml = "^0.7.1"
3939
python-dateutil = "^2.8.2"
4040
folio-uuid = "^0.2.8"
41-
pymarc = "^5.0.0"
41+
pymarc = "^5.2.1"
4242
pydantic = "^1.10.2"
4343
argparse-prompt = "^0.0.5"
4444
deepdiff = "^6.2.3"

tests/test_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_condition_set_note_staff_only_via_indicator():
105105
)
106106
assert res_true == "true"
107107

108-
marc_field.indicators = Indicators(*["1", "0"])
108+
marc_field.indicators = ["1", "0"]
109109
res_false = Conditions.condition_set_note_staff_only_via_indicator(
110110
mock, legacy_id, "value", {}, marc_field
111111
)

0 commit comments

Comments
 (0)