Skip to content

Commit

Permalink
Add missing dependency to pytest
Browse files Browse the repository at this point in the history
Tests were failing on my clean machine.

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
  • Loading branch information
freddy77 committed Feb 9, 2024
1 parent feeb478 commit 5cbf84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ required_plugins =
pytest-pythonpath
pytest-subprocess
pytest-timeout
pyfakefs
# Show reports for failed tests:
addopts=-rF
# Unless test targets are given on the command line, run just the tests in the tests/ directory:
Expand Down

0 comments on commit 5cbf84b

Please sign in to comment.