We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f19bf commit 9d3806eCopy full SHA for 9d3806e
unittests/test_schema.py
@@ -5,7 +5,6 @@
5
6
import jsonschema
7
import pytest
8
-import pprint
9
import yaml
10
11
import stackinator.schema as schema
@@ -149,10 +148,6 @@ def test_environments_yaml(yaml_path):
149
148
raw = yaml.load(fid, Loader=yaml.Loader)
150
schema.EnvironmentsValidator.validate(raw)
151
152
- print("===========================================================================")
153
- pprint.pp(raw)
154
155
-
156
# the defaults-env does not set fields
157
# test that they have been set to the defaults correctly
158
0 commit comments