build_manifest.py: preserve env vars when running tests
authorJordan Petridis <jordan@centricular.com>
Thu, 25 Oct 2018 11:36:47 +0000 (14:36 +0300)
committerJordan Petridis <jordan@centricular.com>
Mon, 5 Nov 2018 12:31:52 +0000 (14:31 +0200)
commit41a4ca4c8eb2eb46e69c5af66e9cc27cda097185
tree6af76d0a03740d7d10c919482826010e7f35b301
parentf4d6e7e9c679e7719591fea3cda84439642479ca
build_manifest.py: preserve env vars when running tests

pytest will happily run all the tests in the same proccess,
which means if one mutates an environment variable, the change
will bleed to the rest of the tests.
gitlab/build_manifest.py