Hello Pythonistas.

When dealing with python-nose removals I noticed the python-pytest7 package sues nose in tests. Those tests could be easily skipped, but I wonder if it isn't time to get rid of pytest7 (and pluggy1.3).


The tracking bugzilla https://bugzilla.redhat.com/2256331 now only depends on 3 open bugzillas, all of them now have open PRs that fix them:

git-up https://bugzilla.redhat.com/2272982
https://src.fedoraproject.org/rpms/git-up/pull-request/2

python-django-extensions https://bugzilla.redhat.com/2274104
https://src.fedoraproject.org/rpms/python-django-extensions/pull-request/6

python-remoto https://bugzilla.redhat.com/2275251
https://src.fedoraproject.org/rpms/python-remoto/pull-request/3


Repoqueries:

$ comm -23 <(repoquery -q --repo=rawhide{,-source} --whatrequires 'python3-pytest = 7' | sort) <(repoquery -q --repo=rawhide{,-source} --whatrequires 'python3-pytest = 8' | sort)
python-django-extensions-0:3.2.3-8.fc42.src
python-pluggy1.3-0:1.3.0-9.fc42.src

$ comm -23 <(repoquery -q --repo=rawhide{,-source} --whatrequires python3-pytest7 | sort) <(repoquery -q --repo=rawhide{,-source} --whatrequires python3-pytest | sort)
git-up-0:2.2.0-9.fc42.src
python-odata-query-0:0.10.0b1-4.fc42.src
python-watchfiles-0:1.0.3-3.fc42.src

That is (apart from already listed packages):

https://src.fedoraproject.org/rpms/python-odata-query/pull-request/7
https://src.fedoraproject.org/rpms/python-watchfiles/pull-request/4


And pluggy 1.3 is only used by pytest 7:


$ comm -23 <(repoquery -q --repo=rawhide{,-source} --whatrequires 'python3-pluggy = 1.3' | sort) <(repoquery -q --repo=rawhide{,-source} --whatrequires 'python3-pluggy = 1.5' | sort)
(nothing)

$ comm -23 <(repoquery -q --repo=rawhide{,-source} --whatrequires 'python3-pluggy1.3' | sort) <(repoquery -q --repo=rawhide{,-source} --whatrequires 'python3-pluggy' | sort)
python-pytest7-0:7.4.3-4.fc42.src
python3-pytest7-0:7.4.3-4.fc42.noarch


--
Miro Hrončok
--
Phone: +420777974800
Fedora Matrix: mhroncok

--
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-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/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to