diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2020-07-23 17:30:32 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-08-11 08:11:09 +0000 |
commit | 46e92ead4ca2878c289fb72a62865d16d916f82a (patch) | |
tree | ec703501b098140fae265ce2ee21fba517b9b5cb /setup.cfg | |
parent | 333644244f8d5779d01dfcfbf357afdc95d37265 (diff) | |
download | buildstream-46e92ead4ca2878c289fb72a62865d16d916f82a.tar.gz |
Add tests for checking the working of a remote cache
These basic tests are ment to be run with a remote cache and can be used
to check bst conpatiblity with a remote cache server.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ 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 + remotecache: run tests only if --remote-cache option is specified xfail_strict=True [mypy] |