From 5cbf84b0a04be4e6a2edad6ba195d2c7076a7247 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Fri, 9 Feb 2024 14:52:42 +0000 Subject: [PATCH] Add missing dependency to pytest Tests were failing on my clean machine. Signed-off-by: Frediano Ziglio --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 6e6729d9..db7afb83 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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: