diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-28 19:15:59 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-29 16:24:59 +0900 |
commit | fdaf73f62b8c340f1a13dd20c6c65702ec09716f (patch) | |
tree | 73187a76653b369cfec3e2b3d7d72a026c68b279 /setup.cfg | |
parent | a311a14f4b0a649b5f872ab020885b0a1d6e09d1 (diff) | |
download | buildstream-fdaf73f62b8c340f1a13dd20c6c65702ec09716f.tar.gz |
tests/plugins/loading.py: Added tests for plugin BST_MIN_VERSION guards
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ parentdir_prefix = BuildStream- [tool:pytest] addopts = --verbose --basetemp ./tmp --durations=20 --timeout=1800 -norecursedirs = src tests/integration/project integration-cache tmp __pycache__ .eggs +norecursedirs = src tests/integration/project tests/plugins/loading integration-cache tmp __pycache__ .eggs python_files = tests/*/*.py env = D:BST_TEST_SUITE=True |