Skip to content

Commit

Permalink
Merge pull request #143 from grawlinson/fix-failing-test
Browse files Browse the repository at this point in the history
fix: failing test due to hardcoded string in test
  • Loading branch information
mtkennerly committed Sep 5, 2023
2 parents a06ff9f + ff0f7c5 commit f5c8d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test__enable_in_doc__empty():
enable = true
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"
"""
).lstrip()
Expand Down

0 comments on commit f5c8d05

Please sign in to comment.