Hi,

i want to use %python3 setup.py test [1] with pyliblo3, but this fails.

+ /usr/bin/python3 setup.py test
running test
WARNING: Testing via this command is deprecated and will be removed in a future 
version. Users looking for a generic test entry point independent of test 
runner are encouraged to use tox.
/usr/lib/python3.12/site-packages/setuptools/command/test.py:193: 
_DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
/usr/lib/python3.12/site-packages/setuptools/command/test.py:194: 
_DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
/usr/lib/python3.12/site-packages/setuptools/command/test.py:195: 
_DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  er_d = dist.fetch_build_eggs(
running egg_info
writing pyliblo3.egg-info/PKG-INFO
writing dependency_links to pyliblo3.egg-info/dependency_links.txt
writing top-level names to pyliblo3.egg-info/top_level.txt
reading manifest file 'pyliblo3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'pyliblo3.egg-info/SOURCES.txt'
running build_ext
copying 
build/lib.linux-x86_64-cpython-312/pyliblo3/_liblo.cpython-312-x86_64-linux-gnu.so
 -> pyliblo3

----------------------------------------------------------------------
Ran 0 tests in 0.000s

NO TESTS RAN
+ RPM_EC=0
++ jobs -p
+ exit 0


[1] https://martinkg.fedorapeople.org/Review/SPECS/pyliblo3.spec
[2] 
https://martinkg.fedorapeople.org/Review/SRPMS/pyliblo3-0.16.2-0.3.fc40.src.rpm

How can i solve this ?
Regards
Martin
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to