#1 Run the testsuite in %check
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python-polib run_tests  into  master

file modified
+2 -2
@@ -82,9 +82,9 @@ 

  

  %if 0%{?fedora} || 0%{?rhel} >= 8

  %check

- %{__python2} setup.py test

+ %{__python2} tests/tests.py

  %if %{with python3}

- %{__python3} setup.py test

+ %{__python3} tests/tests.py

  %endif # with python3

  %endif # 0#{?fedora} || 0#{?rhel} >= 8