diff options
author | Jürg Billeter <j@bitron.ch> | 2016-11-30 16:34:18 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2016-12-01 09:41:36 +0100 |
commit | d6367a533243bfa36f6c94e825c99275744f8813 (patch) | |
tree | b40e2d873acc3a755fb56d9f7299f3caec1287a0 /setup.cfg | |
parent | 17e276d9ac875a68a6f95ae81f6fba1cc124c3c2 (diff) | |
download | buildstream-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ test=pytest [tool:pytest] -addopts = --verbose +addopts = --verbose --basetemp ./tmp python_files = tests/*/*.py |