use new pytest config
[ieee754fpu.git] / pyproject.toml
index 267ae9af7d6f7a6cb20043c7f6289b3d53213f59..4862ddbdf4f2cf25056a5330db44e47859e5ab7b 100644 (file)
@@ -3,10 +3,11 @@ minversion = "6.0"
 python_classes = ""
 python_functions = ""
 testpaths = ["src/ieee754"]
-required_plugins = ["pytest-xdist>=1.0.0"]
+required_plugins = ["pytest-xdist>=1.0.0", "pytest-output-to-files>=0.1.0"]
 addopts = [
     "-n",
     "auto",
+    "--shorten-output-dir=test-out",
     "--ignore",
     "src/ieee754/add/test_dual.py",
     "--ignore",