Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements-test.txt

mfd-code-quality >= 1.2.0, < 2
mfd-code-quality >= 1.4.1, < 2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# erdantic # might be used for drawing ERD diagrams based on pydantic models, need to install graphviz first: https://graphviz.org/download/
pydantic >= 2.0, < 3
pytest >= 7.2.1, < 9
pytest >= 9.0.3, < 10
ruamel.yaml
packaging >= 23.1

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_pytest_mfd_config/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def extra_data(request):
"""
)
pytester.makepyfile(
"""
test_extra_data_fixture="""
def test_extra_data(extra_data):
assert extra_data == {}
"""
Expand Down
Loading