summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 7a62f9282..a8919fdca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,10 +16,7 @@ norecursedirs = tests/integration/project integration-cache tmp __pycache__ .egg
python_files = tests/*/*.py
env =
D:BST_TEST_SUITE=True
- D:HOME=./tmp
- D:XDG_CACHE_HOME=./tmp/cache
- D:XDG_CONFIG_HOME=./tmp/config
- D:XDG_DATA_HOME=./tmp/share
+
markers =
integration: run test only if --integration option is specified
remoteexecution: run test only if --remote-execution option is specified