summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-22 10:20:25 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-22 14:15:01 +0000
commit304449aadda4c7c1d4a5b5ea30bdd021cebeb783 (patch)
treedc40e3c7e9af4be13743fced5ecaa3a3cccff4f6 /setup.cfg
parentaadd6756d028c1ccbbd47d49dbb2e038d059d1e4 (diff)
downloadbuildstream-304449aadda4c7c1d4a5b5ea30bdd021cebeb783.tar.gz
tests: remove mark.in_subprocess
It seems we don't need this anymore, thanks to cleaning up gRPC background threads.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 53a83541c..eb61e352c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,7 +21,6 @@ markers =
datafiles: data files for tests
integration: run test only if --integration option is specified
remoteexecution: run test only if --remote-execution option is specified
- in_subprocess: run test in a Python process forked from the main one
xfail_strict=True
[pycodestyle]