Skip to content

Commit

Permalink
#12885: Add pytest to infra requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Sep 20, 2024
1 parent e2d6199 commit 49431cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import pytest
2 changes: 2 additions & 0 deletions infra/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = --import-mode=importlib -vvs -rA --durations=0
1 change: 1 addition & 0 deletions infra/requirements-infra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ loguru
pydantic
toolz
defusedxml
pytest

0 comments on commit 49431cc

Please sign in to comment.