Fix CI failures

- Include the rgba image in the teardown of TestForeign.
- Fix merge conflict.
This commit is contained in:
Kleis Auke Wolthuizen 2021-05-03 12:39:40 +02:00
parent 70d76117bd
commit 25a268c341
2 changed files with 1 additions and 4 deletions

View File

@ -2,11 +2,7 @@
# 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.10.7], [vipsip@jiscmail.ac.uk])
>>>>>>> 8.10
# required for gobject-introspection
AC_PREREQ(2.62)

View File

@ -44,6 +44,7 @@ class TestForeign:
def teardown_class(cls):
shutil.rmtree(cls.tempdir, ignore_errors=True)
cls.colour = None
cls.rgba = None
cls.mono = None
cls.rad = None
cls.cmyk = None