summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2016-11-30 16:34:18 +0100
committerJürg Billeter <j@bitron.ch>2016-12-01 09:41:36 +0100
commitd6367a533243bfa36f6c94e825c99275744f8813 (patch)
treeb40e2d873acc3a755fb56d9f7299f3caec1287a0 /setup.cfg
parent17e276d9ac875a68a6f95ae81f6fba1cc124c3c2 (diff)
downloadbuildstream-d6367a533243bfa36f6c94e825c99275744f8813.tar.gz
setup.cfg: set pytest basetemp to ./tmp
This enables the execution of test cases that use xattrs.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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