summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-robotframework-atest.patch
AgeCommit message (Collapse)Author
2025-04-22gnu: python-robotframework: Update to 7.2.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-robotframework): Update to 7.2.2. Use G-expressions. [source] <patches>: Remove patches after been accepted upstream. [build-system]: Switch to pyproject. [arguments] <modules>: Switch to pyproject. <phases>: Remove 'delete-problematic-tests, as acceptance tests not run. Remove setting up time zone and do not run acceptance tests in 'check phase. [native-inputs]: Remove python-lxml, python-pyyaml, python-xmlschema, libxml2, libxslt, scrot, tzdata-for-tests, xorg-server-for-tests, and xvfb-run; add python-setuptools, and python-wheel. * gnu/packages/patches/python-robotframework-atest.patch: Delete file. gnu/packages/patches/python-robotframework-source-date-epoch.patch: Delete File * gnu/local.mk: Deregister 2 patches. Change-Id: I0c664da3db8c448c61a61676873842243a97627f
2022-03-24gnu: python-robotframework: Update to 5.0 and run acceptance tests.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0. [patches]: Remove python-robotframework-ug2html.patch. Add python-robotframework-atest.patch and update python-robotframework-source-date-epoch.patch. [phases]: Use gexps. {delete-problematic-tests}: New phase. {check}: Also run `atest', the acceptance test suite. [native-inputs]: Use new style. Add python-lxml, python-pyyaml, python-xmlschema, scrot and xvfb-run. * gnu/packages/patches/python-robotframework-atest.patch: New file. * gnu/packages/patches/python-robotframework-source-date-epoch.patch: Update patch. * gnu/packages/patches/python-robotframework-ug2html.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.