# HG changeset patch # User Denis Laxalde # Date 1511967007 -3600 # Node ID 93dc77e9da778fe5bc1af7367360cc6983cf8b84 # Parent a812e9a758314aab17bd697b3855882b7166f280 [test] Add a "version" to cubicweb_mycube/__pkginfo__.py Starting from Python 3.5, unittest_cwctl.py::CubicWebCtlTC.test_list() would fail without this. diff -r a812e9a75831 -r 93dc77e9da77 cubicweb/test/data/libpython/cubicweb_mycube/__pkginfo__.py --- a/cubicweb/test/data/libpython/cubicweb_mycube/__pkginfo__.py Tue Nov 28 15:43:55 2017 +0100 +++ b/cubicweb/test/data/libpython/cubicweb_mycube/__pkginfo__.py Wed Nov 29 15:50:07 2017 +0100 @@ -19,3 +19,4 @@ """ distname = 'cubicweb-mycube' +version = '1.0.0'