1
0
forked from pool/python-Trolly

- Just give up on the test suite as a bad job.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Trolly?expand=0&rev=18
This commit is contained in:
2020-08-20 10:31:27 +00:00
committed by Git OBS Bridge
parent 1672a637a9
commit c0925ab43d
2 changed files with 7 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 20 10:31:03 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Just give up on the test suite as a bad job.
-------------------------------------------------------------------
Wed Aug 19 17:20:13 UTC 2020 - Matej Cepl <mcepl@suse.com>
+2 -3
View File
@@ -25,7 +25,6 @@ Summary: Trello api
License: MIT
URL: https://github.com/plish/Trolly
Source: https://files.pythonhosted.org/packages/source/T/Trolly/Trolly-%{version}.zip
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -59,8 +58,8 @@ initial work.
%if %{with test}
%check
# Completely hopeless, tests are run over the trello.com, so they
# require network connection. gh#its-rigs/Trolly#46
%pytest test/tests.py || /bin/true
# require network connection. Even upstream doesn't consider
# them correct. gh#its-rigs/Trolly#46
%endif
%files %{python_files}