14
0

- Disable functional tests as it takes ages and basic checks

are okay with unittests

- Use xdist for test execution as otherwise it takes ages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-03-18 07:33:23 +00:00
committed by Git OBS Bridge
parent 3024efca4e
commit 6904e726ca
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 18 07:22:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Disable functional tests as it takes ages and basic checks
are okay with unittests
-------------------------------------------------------------------
Tue Mar 10 09:31:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Use xdist for test execution as otherwise it takes ages
-------------------------------------------------------------------
Fri Jan 17 13:33:04 UTC 2020 - Alberto Planas Dominguez <aplanas@suse.com>