diff --git a/srcpkgs/python3-makefun/patches/no-pytest-runner.patch b/srcpkgs/python3-makefun/patches/no-pytest-runner.patch new file mode 100644 index 00000000000..c1d56a1839f --- /dev/null +++ b/srcpkgs/python3-makefun/patches/no-pytest-runner.patch @@ -0,0 +1,12 @@ +Index: makefun-1.13.1/setup.cfg +=================================================================== +--- makefun-1.13.1.orig/setup.cfg ++++ makefun-1.13.1/setup.cfg +@@ -27,7 +27,6 @@ classifiers = + [options] + setup_requires = + setuptools_scm +- pytest-runner + install_requires = + funcsigs;python_version<'3.3' + tests_require = diff --git a/srcpkgs/python3-makefun/template b/srcpkgs/python3-makefun/template index 6f109d90856..61e49ce0dbe 100644 --- a/srcpkgs/python3-makefun/template +++ b/srcpkgs/python3-makefun/template @@ -12,3 +12,4 @@ license="GPL-3.0-or-later" homepage="https://github.com/smarie/python-makefun" distfiles="${PYPI_SITE}/m/makefun/makefun-${version}.tar.gz" checksum=985bb8b670ffbbb95d2a8aa996d318e6e9a3f26fc6f3ef2da93ebdf8f9c616bf +make_check=no