summaryrefslogtreecommitdiff
path: root/config/python_test.go
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2018-08-09 12:10:57 -0700
committerDan Duvall <dduvall@wikimedia.org>2018-08-14 09:22:42 -0700
commitb6c9e31fc5e7965e52614b2fc82dda7403476061 (patch)
tree6b932b339feca334526ba1efdcf4c57f17ce5ed1 /config/python_test.go
parent374976d445b605f2ea1618cc6d2c5006d046fa28 (diff)
downloadblubber-b6c9e31fc5e7965e52614b2fc82dda7403476061.tar.gz
Bump Blubber config version to v3
Change-Id: I91cac046976cf88d513487e27e1b52bf77a6f974
Diffstat (limited to 'config/python_test.go')
-rw-r--r--config/python_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/python_test.go b/config/python_test.go
index 03abad0..3ece2e5 100644
--- a/config/python_test.go
+++ b/config/python_test.go
@@ -11,7 +11,7 @@ import (
func TestPythonConfigYAMLMerge(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: foo
python:
version: python2.7
@@ -37,7 +37,7 @@ func TestPythonConfigYAMLMerge(t *testing.T) {
func TestPythonConfigYAMLMergeEmpty(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: foo
python:
requirements: [requirements.txt]
@@ -59,7 +59,7 @@ func TestPythonConfigYAMLMergeEmpty(t *testing.T) {
func TestPythonConfigYAMLDoNotMergeNil(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: foo
python:
requirements: [requirements.txt]