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



--- Comment #28 from Miro HronĨok <[email protected]> ---
Still doesn't build. Could you please test your changes?

+ pytest
============================= test session starts
==============================
platform linux -- Python 3.8.3rc1, pytest-4.6.10, py-1.8.0, pluggy-0.13.0
rootdir: /builddir/build/BUILD/pebble-4.5.1
plugins: celery-4.3.0, cov-2.8.1
collected 0 items / 9 errors
==================================== ERRORS
====================================
____________ ERROR collecting test/test_concurrent_process_fork.py
_____________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_concurrent_process_fork.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_concurrent_process_fork.py:11: in <module>
    from pebble import concurrent, ProcessExpired
E   ModuleNotFoundError: No module named 'pebble'
_________ ERROR collecting test/test_concurrent_process_forkserver.py
__________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_concurrent_process_forkserver.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_concurrent_process_forkserver.py:11: in <module>
    from pebble import concurrent, ProcessExpired
E   ModuleNotFoundError: No module named 'pebble'
____________ ERROR collecting test/test_concurrent_process_spawn.py
____________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_concurrent_process_spawn.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_concurrent_process_spawn.py:11: in <module>
    from pebble import concurrent, ProcessExpired
E   ModuleNotFoundError: No module named 'pebble'
_______________ ERROR collecting test/test_concurrent_thread.py
________________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_concurrent_thread.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_concurrent_thread.py:4: in <module>
    from pebble import concurrent
E   ModuleNotFoundError: No module named 'pebble'
_____________________ ERROR collecting test/test_pebble.py
_____________________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_pebble.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_pebble.py:11: in <module>
    from pebble import decorators
E   ModuleNotFoundError: No module named 'pebble'
_______________ ERROR collecting test/test_process_pool_fork.py
________________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_process_pool_fork.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_process_pool_fork.py:12: in <module>
    import pebble
E   ModuleNotFoundError: No module named 'pebble'
____________ ERROR collecting test/test_process_pool_forkserver.py
_____________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_process_pool_forkserver.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_process_pool_forkserver.py:12: in <module>
    import pebble
E   ModuleNotFoundError: No module named 'pebble'
_______________ ERROR collecting test/test_process_pool_spawn.py
_______________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_process_pool_spawn.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_process_pool_spawn.py:12: in <module>
    import pebble
E   ModuleNotFoundError: No module named 'pebble'
__________________ ERROR collecting test/test_thread_pool.py
___________________
ImportError while importing test module
'/builddir/build/BUILD/pebble-4.5.1/test/test_thread_pool.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test/test_thread_pool.py:5: in <module>
    from pebble import ThreadPool
E   ModuleNotFoundError: No module named 'pebble'
!!!!!!!!!!!!!!!!!!! Interrupted: 9 errors during collection
!!!!!!!!!!!!!!!!!!!!
=========================== 9 error in 0.38 seconds
============================


Try:

PYTHONPATH=%{buildroot}%{python3_sitelib} pytest


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