Accepting request 921083 from network

- Disable test suite. This is too non-deterministic and random
  BDD tests will fail most of the time even though the program
  behaves correctly in practice.

OBS-URL: https://build.opensuse.org/request/show/921083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qutebrowser?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2021-09-23 21:03:59 +00:00 committed by Git OBS Bridge
commit 7e572678b0
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 23 06:05:30 UTC 2021 - Mia Herkt <mia@0x0.st>
- Disable test suite. This is too non-deterministic and random
BDD tests will fail most of the time even though the program
behaves correctly in practice.
-------------------------------------------------------------------
Tue Aug 3 00:07:38 UTC 2021 - Mia Herkt <mia@0x0.st>

View File

@ -103,10 +103,11 @@ chmod -x %{buildroot}%{_datadir}/%{name}/scripts/cycle-inputs.js \
rm %{buildroot}%{python3_sitelib}/%{name}/git-commit-id
%fdupes %{buildroot}%{python3_sitelib}/
%check
# NOTE: test suite disabled because the BDD tests are too unreliable
# %%check
# NOTE: test suite is slow but doesnt run reliably with xdist
PYTHONPATH=. QUTE_BDD_WEBENGINE=true pytest -v \
-k 'not importlib'
# PYTHONPATH=. QUTE_BDD_WEBENGINE=true pytest -v \
# -k 'not importlib'
%files
%license LICENSE