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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #2 from Miro Hrončok <[email protected]> ---
Upstream sues pytest to run the tests:

https://github.com/PyFilesystem/pyfilesystem2/blob/master/tox.ini



BuildRequires:  python3dist(pytest)
BuildRequires:  python3dist(pytest-randomly)


%check
# tests/test_ftpfs.py needs pyftpdlib (not packaged yet)
%{python3} -m pytest --ignore tests/test_ftpfs.py


This gets the test running, but the mock_appdir_directories fixture cannot be
found, because
https://github.com/PyFilesystem/pyfilesystem2/blob/master/tests/conftest.py is
not in the source tarball.

-- 
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