Merge pull request #2234 from kleisauke/fix-ci-failures
Fix CI failures
This commit is contained in:
commit
1423c550cc
@ -2,11 +2,7 @@
|
|||||||
|
|
||||||
# also update the version number in the m4 macros below
|
# also update the version number in the m4 macros below
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
AC_INIT([vips], [8.11.0], [vipsip@jiscmail.ac.uk])
|
AC_INIT([vips], [8.11.0], [vipsip@jiscmail.ac.uk])
|
||||||
=======
|
|
||||||
AC_INIT([vips], [8.10.7], [vipsip@jiscmail.ac.uk])
|
|
||||||
>>>>>>> 8.10
|
|
||||||
# required for gobject-introspection
|
# required for gobject-introspection
|
||||||
AC_PREREQ(2.62)
|
AC_PREREQ(2.62)
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ class TestForeign:
|
|||||||
def teardown_class(cls):
|
def teardown_class(cls):
|
||||||
shutil.rmtree(cls.tempdir, ignore_errors=True)
|
shutil.rmtree(cls.tempdir, ignore_errors=True)
|
||||||
cls.colour = None
|
cls.colour = None
|
||||||
|
cls.rgba = None
|
||||||
cls.mono = None
|
cls.mono = None
|
||||||
cls.rad = None
|
cls.rad = None
|
||||||
cls.cmyk = None
|
cls.cmyk = None
|
||||||
|
Loading…
Reference in New Issue
Block a user