From f492d618c6fd62b4aea9b48d42123a054c0b94c1 Mon Sep 17 00:00:00 2001 From: Thomas Reifenberger <tom-mi@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:00:59 +0100 Subject: [PATCH] Revert "Break build to test github actions" This reverts commit e5e6e8aeae9e3cdbfb41a182f5b9c7996968daae. --- 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 5494b63..7aee282 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'] == '43' + assert package.info['version'] == '42' assert package.info['version.packaged'] == 'python-mkp' -- GitLab