Fixes the errors with use of asyncio in docrepr/tests/test_output.py: > await compare_screenshots(test_id, url) E TypeError: 'coroutine' object is not callable --- a/conftest.py +++ b/conftest.py @@ -65,7 +65,7 @@ def _open_browser(url): @pytest.fixture -async def compare_screenshots(request): +def compare_screenshots(request): """Run visual regression test on the output.""" async def _compare_screenshots(test_id, url): if (request.config.getoption(COMPARE_SCREENSHOTS_OPTION) or alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/freedink-engine-fix-sdl-hints.patch
AgeCommit message (Expand)Author
2020-08-12gnu: freedink-engine: Fix SDL hints....* gnu/packages/games.scm: freedink: [patches]: Add fix. * gnu/packages/patches/freedink-engine-fix-sdl-hints.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Jesse Gibbons