From e5e6e8aeae9e3cdbfb41a182f5b9c7996968daae Mon Sep 17 00:00:00 2001 From: Thomas Reifenberger <tom-mi@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:00:43 +0100 Subject: [PATCH] Break build to test github actions --- test/integration/test_mkp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_mkp.py b/test/integration/test_mkp.py index 7aee282..5494b63 100644 --- a/test/integration/test_mkp.py +++ b/test/integration/test_mkp.py @@ -177,5 +177,5 @@ dist({ assert package.info['name'] == 'foo' assert package.info['files']['agents'] == ['special/agent_test'] assert package.info['files']['checks'] == ['foo'] - assert package.info['version'] == '42' + assert package.info['version'] == '43' assert package.info['version.packaged'] == 'python-mkp' -- GitLab