https://bugzilla.redhat.com/show_bug.cgi?id=1857767

Miro Hrončok <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]
           Doc Type|---                         |If docs needed, set a value
              Flags|                            |fedora-review?



--- Comment #1 from Miro Hrončok <[email protected]> ---
Spec sanity:

    %{?python_provide:%python_provide python3-%{pypi_name}}


This can be dropped if you target rawhide only (which you probably should
because Fedora 31 and 32 have python3-pyephem and his package would conflict).


Consider adding obsoletes/provides for python3-pyephem.


    PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v
tests

This can be replaced with simpler:

    %pytest -v tests


    -k "not test_jpl.py"

Please add a comment about why is this deselected. Consider using --ignore on
the file directly.


    %ifnarch armv7hl i686

Why are all the tests skipped on 32bit? Plese add a comment that explains it
and execute at least some tests if possible.


    %{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info

Consider adding trailing slash to ensure this is a directory.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to