AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- skip python2 to make it build for Leap 15.3
- Update to v2.0.0: * PyVirtualDisplay 1.3 and newer is now supported, support for older versions was dropped. * Support for Python 2.7, 3.3 and 3.4 is now dropped. * Support for Python 3.6, 3.7 and 3.8 was added (no code changes required). * Xvfb is now not started anymore in the xdist master process.
- Require also xdpyinfo as it is used for verifications
- Skip one of the tests checking for error return code that fails on i586
- Update to 1.2.0: * Item.get_closest_marker is now used, which restores compatibility with pytest 4.1.0 and requires pytest 3.6.0 or newer.
- Really run tests - Remove devel dependency
- specfile: * update copyright year * always run tests - update to version 1.1.0: * The xvfb_args option is now a single line parsed with shlex.split. * The XvfbExitedError exception now includes stdout and stderr.
- Initial version