diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-25 20:07:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-25 20:07:36 -0400 |
commit | 0994d58e7fd9a87a593445a0341b61ba821ce9e7 (patch) | |
tree | 028241c5cd28cc33c1191b78189bc30a44e3dbc4 /tests/test.py | |
parent | 7a6e2eb89669034fa1398c2745ad18d86a78a03a (diff) | |
download | cbc-0994d58e7fd9a87a593445a0341b61ba821ce9e7.tar.gz |
No metadata writeout to file in test
Diffstat (limited to 'tests/test.py')
-rw-r--r-- | tests/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.py b/tests/test.py index 67fc15a..8203636 100644 --- a/tests/test.py +++ b/tests/test.py @@ -55,7 +55,7 @@ class TestCBC(object): def test_spec_outputs_valid_conda_metadata(self):
import conda_build.metadata
cbc_meta = cbc.meta.MetaData(self.ini, self.env)
- cbc_meta.conda_write_meta()
+ #cbc_meta.conda_write_meta()
# Test against conda's build system
conda_meta = conda_build.metadata.MetaData(self.env.cbchome)
|