Skip to content

Commit

Permalink
fix: add missing pytest-docker requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hlouzada committed Sep 18, 2024
1 parent 2a24b92 commit f041ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- pillow
- pytest <8.0
- pytest-cov
- pytest-docker
- pytest-lazy-fixture
- pytest-mock
- pytest-order
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def run(self):
'pillow',
'pytest<8.0',
'pytest-cov',
'pytest-docker',
'pytest-lazy-fixture',
'pytest-mock',
'pytest-order',
Expand Down

0 comments on commit f041ac2

Please sign in to comment.