From d6367a533243bfa36f6c94e825c99275744f8813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Wed, 30 Nov 2016 16:34:18 +0100 Subject: setup.cfg: set pytest basetemp to ./tmp This enables the execution of test cases that use xattrs. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index d8e9a42bc..9d3a9ae23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,5 +2,5 @@ test=pytest [tool:pytest] -addopts = --verbose +addopts = --verbose --basetemp ./tmp python_files = tests/*/*.py -- cgit v1.2.1