python-pytest-forked-1.6.0-2.oe24090>    fQ ;G|`u` #ۧ_~y E) eH8ҢyS2%"Z&6c ŃdٌԚr*X%TQ[ut`fb3c06f9b8ddf68b24f7e7d19377f187f81f81a469856329aea22efd1b5f69f5590ec0ce8351fb40fa966aedbee911846fef7fbcQ$9Av7%2>7U?Ed & P,04 IUp    F HPZdl  l (89:AFGHIRXY\]^-d.e3f8<@FCpython-pytest-forked1.6.02.oe2409run tests in isolated forked subprocessespytest-forked: run each test in a forked subprocess .. warning:: this is a extraction of the xdist --forked module, future maintenance beyond the bare minimum is not planned until a new maintainer is found. This plugin **does not work on Windows*because there's no fork support. --forked: run each test in a forked subprocess to survive SEGFAULTS or otherwise dying processes.|python| |version| |ci| |pre-commit| |black|.. |versio .. |ci| image:: .fKdc-64g.compass-ci8MIThttp://openeuler.orgUnspecifiedpytest-forked-1.6.0.tar.gzhttps://github.com/pytest-dev/pytest-forkedlinuxnoarch&́ff4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f5e842dcaed6f33379051859483c1cd8e5b421ab4724c975cec80befa12097e06 rootrootrootrootpython3-pytest-forkedpython-pytest-forked-help  python3-develpython3-pbrpython3-pippython3-pypython3-pytestpython3-setuptoolspython3-setuptools_scmpython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2d@dc@b@b1@a&0wangkai <13474090681@163.com> - 1.6.0-2wangjunqi - 1.6.0-1wulei - 1.4.0-3renliang - 1.4.0-2renliang - 1.4.0-1liyanan - 1.0.2-2- Fix build error for python3.11- Update package to version 1.6.0- Rectify the compilation failure- To modify check, run check- Upgrade package python3-pytest-forked to version 1.4.0- fix test case fail with Pytest6 and Pytest5noarchdc-64g.compass-ci 17266588911.6.0-2.oe24091.6.0-2.oe2409pytest-forked-1.6.0.tar.gzpython-pytest-forked.speccpiogzip9utf-8566b033a6c95c8bab0fd56197bf5b3e88f6bce9dfcb81fd6b224c3ddcd79ab0ac823e9be6ea64e4414ccd5a61622acc76702dc6d8c4c279bfa5e99e276292f9b Name: python-pytest-forked Version: 1.6.0 Release: 2 Summary: run tests in isolated forked subprocesses License: MIT URL: https://github.com/pytest-dev/pytest-forked Source0: https://files.pythonhosted.org/packages/8c/c9/93ad2ba2413057ee694884b88cf7467a46c50c438977720aeac26e73fdb7/pytest-forked-1.6.0.tar.gz BuildArch: noarch %description pytest-forked: run each test in a forked subprocess .. warning:: this is a extraction of the xdist --forked module, future maintenance beyond the bare minimum is not planned until a new maintainer is found. This plugin **does not work on Windows*because there's no fork support. --forked: run each test in a forked subprocess to survive SEGFAULTS or otherwise dying processes.|python| |version| |ci| |pre-commit| |black|.. |versio .. |ci| image:: . %package -n python3-pytest-forked Summary: run tests in isolated forked subprocesses Provides: python-pytest-forked = 1.6.0-2.oe2409 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-py BuildRequires: python3-pytest BuildRequires: python3-setuptools_scm Requires: python3-py Requires: python3-pytest %description -n python3-pytest-forked pytest-forked: run each test in a forked subprocess .. warning:: this is a extraction of the xdist --forked module, future maintenance beyond the bare minimum is not planned until a new maintainer is found. This plugin **does not work on Windows*because there's no fork support. --forked: run each test in a forked subprocess to survive SEGFAULTS or otherwise dying processes.|python| |version| |ci| |pre-commit| |black|.. |versio .. |ci| image:: . %package help Summary: Development documents and examples for pytest-forked Provides: python3-pytest-forked-doc %description help pytest-forked: run each test in a forked subprocess .. warning:: this is a extraction of the xdist --forked module, future maintenance beyond the bare minimum is not planned until a new maintainer is found. This plugin **does not work on Windows*because there's no fork support. --forked: run each test in a forked subprocess to survive SEGFAULTS or otherwise dying processes.|python| |version| |ci| |pre-commit| |black|.. |versio .. |ci| image:: . %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'pytest-forked-1.6.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/pytest-forked-1.6.0.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'pytest-forked-1.6.0' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi if [ -f README.rst ]; then cp -af README.rst /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi if [ -f README.md ]; then cp -af README.md /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi if [ -f README.txt ]; then cp -af README.txt /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64//usr/share/doc/python-pytest-forked; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64 if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64/doclist.lst . %check PYTHONPATH=/home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64/usr/lib/python3.11/site-packages py.test-3.11 testing rm -f /home/lkp/rpmbuild/BUILDROOT/python-pytest-forked-1.6.0-2.oe2409.x86_64/usr/lib/python3.11/site-packages/pytest_forked/__pycache__/__init__.cpython-*-pytest-*.pyc %files -n python3-pytest-forked -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Sun Jul 23 2023 wangkai <13474090681@163.com> - 1.6.0-2 - Fix build error for python3.11 * Fri Mar 24 2023 wangjunqi - 1.6.0-1 - Update package to version 1.6.0 * Thu Dec 29 2022 wulei - 1.4.0-3 - Rectify the compilation failure * Wed Jun 22 2022 renliang - 1.4.0-2 - To modify check, run check * Thu May 19 2022 renliang - 1.4.0-1 - Upgrade package python3-pytest-forked to version 1.4.0 * Wed Aug 25 2021 liyanan - 1.0.2-2 - fix test case fail with Pytest6 and Pytest5 * Tue Jul 06 2021 wangdi - 1.0.2-1 - Init package for version 1.0.2 ?{wXT˲/A$ 99 "9483䨀,Q," Y$9Gus~{]Ǭ^U^.^? KB#0;^( X! k-o:g$TQseM ^=?xE3!Z߯ `163ᇼâ! AF3(VoT\ z`ZVHv}ܸwB㬄o3o,w6wWR6D!I񸕬T,2;󇠚Ozj>M5ҎAFK* z3q(7h%DnkGۀ,Pݸl>V=qU!0hU6&jgGeٽlbzuav  rہg'#g};B|jڣ`~686ƥwly-gA=[@XgPo'zۑO-rLΝbrh/޳ !LإVruΐ+pwr3#c>IݟYT/ 6[Cb@(}p4]OangX6'n͖EJ=Hj E a9dVcU_JK+M8 ۛM!_طW^^ooggL !7ZҠλ큣LV E ҶAҟti!h'h?NjlS 5`9؅:֎+Ό\drJr=c:?ޠZӟ$|eV-֖)(nz}:Nڸ+uTP]sd]e =!:R}CBDU*g8RrjJqJ-g=(nD!V@1VVQ[fI;$,653_2"ޭPͣ+WRu/8ib_D~SKv@-].|a]Rb[baRZhe˂n"WP~J=G)k~yX.p6lB4@<,eFr 1KFWxjL1t AuiD8vYq^@.r.#K q eb'Y S_~mnOtNꉏlyFWMYݟKDR'.7= \"-nMFҷ7y"Y>SonygPKؗ+ 5<>P8Te0˄JF; 9ww>d2l3J;ϴ O7Z֗.v.=cY,u 0+CM$gG}Pp.ǮEloXN8(Xcql=˿GoY/S-]/k{d58zDgf69 ԸXSjqk"pc'qeo\ܥ9HHRЈ/'ЧMC扒w»ab-"d>ٲ*x>C寿=޺9j 狔!'㸹=<^^j@%Zhfgv^E En3BHaG'"<䳲!,{Hnjvsʰdrɑr/҂q(wd rX&e qgp-Ԁ/],c"6Pq{#7^*b4fmEwG$) *7GsN^OTxA[t@u#06rN lt mpY^5NUH.Y%RIckE4MX{ }$+"V#d<:DX;/EK[zA36#6xWlg M3ezMX1[is\io* JQu#o@Ie Hx܏){dnM\g{Oj[Q5vvڂ,NU*&Kz*L{L"}RUabu U1# 5E7bK>i]&)Z}*q?`u#>鴥AՆc974ЌE"w6Sq9pL ɺnk3}!xp7p~ݞT= 7%Fr9뾍ۮeHe3ۛ8%6U٘8Rwn.؅:2.&{bHZVyj^]SJ^2*Qeo[P[hqDC8T\F-jH\^=uG=L|p6Q (F}^?ny"nB4/oHʚ0g*L|siTjοr=qtMN{Z !UBj>*V[kF%#C>JEXƺI9Ը]{Dy tUz^:*z}Re^qOy\{Daat _m,\2J!obнu!3O#6DF;HD+DJUIO.5uƥf$H,&DhpRJG Ho.&3]KWؿ(S& \o$b|vK HTጃ4l~ {6ȃL5}l#HлJ'MqAO\Evw/oݳMpf`=߷FgĦ JTCʡŀHH KŃ5 3g݄{Б!;v**Vn)^-g:\R*_h;d(4yWF j߶ +9<%ddɧEk,ȍ*각@z6]MT"Y$oZ> *NB E;UGw""62jS`haz;/S6jZ'`h̚iNΌW!+@; %c&Z# i;Mf5?t]EMG_GY yv._Y5T #M#.Y]>el J:Ǔ6mgRnxbL[_@JJg;1Y|>* 4~u=ܲ6tI'+2{ރEュFȒhZV攐y#tv$nԋ`ǁ",%7:jEnج.ֻA&iveV<QMXb6c8D2gо"hC6>8Ys("jZ+%( 48>~ u LeX{&Ao=7S޿Ieϟ:Bl9rrE{+Ē27t3B3w➵zZ&ߒkw*K֦.ya]|uWG?yy(t4q1XD&ID g_1_؋ hzi ŝ':^5{fX~zNJ擱x=zCbھFzYxL߇FRi7O<f3Y9r8M A VCk~W $kܗ|ېiavԋ|*,V[>QNj[5ɝfN.0z.z!O\ ȉ|*<3T"=)YZ  @Z5KDEjQ}E \9ƘP'QySt\xl („(=YPܮ[*1/bǁb9FSL #Xxiyp'60Fj\EoDLzb)f = {pڴIoQЂpם`qf|8x( 8]?󀯟I#YPcB6|7}LNۦB&C,+nwNeѽyf+i&(ܼޟ5I}l)[Z: ?}Κ=_΋Gc£ y&;ZN^e GVd p]e5-0%Ct3ؿ"ܳfYM 厬 !w4z>uDa2LiW YřOcgyaFmxB|:Vߣ?y6+ХފP&o4;NX' y&EK8_XDR<jxb{\hpL$^V]VBu>0%E$h`PJ%jtk9];ؙ~-u}#R'un~-9l_>KVsA3WaTeU注2#]qڥz2g_ U|'|Щ1ԯwUeqB*Pe޸3up˭ ,9Dvׄn`"7 CYFõGH%6u(1R*|=b3Ojߝ|NNij!Yn|fv-"Ra|RDy2SdE-]حp}FFCYrԳUD.\. "7^v;& #:&OϤ ܑ^46. b+hp5BSp~'|EM%7)tZ6P06X]"e2bL7UYld,Tc4!3rfޜ4aeR sh(O}*x仲c{ 6Lc2g!иd,'W3n!?=`r8p86eec]6g]X&Z+sQ[Hdcw"qDb gƷ .>Z8!siە%Bl՛QWOhT07I԰ 3ݦ$Ó$ܫ ЃlZLGO4gx̯3S\fECΒ#E7_n :98TYO ^*:~j$p*s{L9sODZ9?nUenY`N.<ѯDIa]U_1)m]tZ+/X=u%孽ၸPkڕtO|m! S쮛%\:#}IڹY_O]v #y>5ɕ+za<'վyZNya3 GaѸBSi?ڿ# !Mx!Qk1^ȠLCctYMWDۤ>d1)x+rl wHEnTdf[@Is+ܜOQc?nTy()P89ٵ{Oڼĕc[{5ؖ5qYȝ_kyjk<)0v_Ԍl9'$yy+Xzsk1Ѿ1!GZ!fjIJi!>o(E]Kd ,8_O'.If-N.).GYQPىт!g/y3SEEt4@…bw#lO+V8]7I`Et3B lMel%\N#boU;ŏB3c0YaLkξ̀ye唜y26\z*|`"5gZ,g"5FBNGKXf K\[Nq,Rn^{&;-n"3_eRn8w td%-\'/dy*S; _A QD{MgָoYe ߐEdfZD䢬xM_58.Jge\}l4BgJRkW~KHv*hhZz auI|މ>0zʟ^dF b8j,6DOGg1l{=@'ocozt/f>w!EX@sq|^L;$HWd-Q|V ,hwo\$br;}Z_2 SZ_e^W*zֵg & Pzl:2fI\"K=YΜ麐c |DgUIk7uM]<$+^΋$NG?sPq:(,Zl(n͞O26}FnTKMBc;H&GյD 뉩XM.-$dYu)b#ң;(]7aLrýЅ[Mq9)/6ү%[k=;5{f7R+@Kv_ ^/~$\rilpArasf,I] |ݫ+=ҟMG3$wR N1x|E#nWEjA8Do8N ;XUtЗ`|kx:Nq)0x-7IqqW3nj0zwͫ#Omtz!f(ϕ7SG-[K_=d^Ĕ(X5YMf]z%4#R"𵱵1#a1WIzʡEO*PwPI5 DP>C9At씩 o\ϚjԾIfWJ>jzQI aO.t+Ѥ56rݒ-!O7N'L_x:*4FSmAڟ3]>LN4@ .R"+q%clH/ZD2653F|7EܷYvI‰.[QLL1&zُ/q[L{/E>캟ctATKKE]DR6wgfkpGM7;_l$ܯf\jB,tv$ݬ~gVŕ=g${sޚ[T([scBl`%eV2A#d1~mQ{PfZ:| |;Ԫ,]?7n耜7 gRĮF2/&u˹'lf@MBa[i%GfJԭ*W.}rL5Bel[޳Q_KW͠DpݬDиSoDCC3ODGh\K}A]ͱкEǾOMc]u#㉇өx5I/Y}*j<Ʉ- 8Oj͵Հ6 /-sR'(Fx#a.lxcXr7|C[ko%<)җ~7AЧvuoLOj6Aq5ιxH2@@]H(-}gjjk8ZRc8wͰT V\l$m&+ myв{@{Ȣ,+a)Cla{0IkAҙ_;Lݘ,Ň3`WM5?e9mm=16@R؜6ZvCK (7E/uT8DFrF~D]ޖEv|ɭD>lxY?]H?r}e4-8Px?K5T 匯OíQ+Zʖf^bXz {E˺͓lA 7?'|' o~wx7޿|fFàX.[ v14hAìm=.v ~"-+L`H&I="= P {B>H79 wQ '?aD@a( Eι5U 40Bhw$a "\~)`.$/;=ˆ#|3A%$ vAa!~1LTBX\\V\j/&,*C%!0TP&&dog+9ɝO u$tC@0w""V; 1&# $Lh:7mA^ARvclA`h$z Bca o;8:a{=0+Aܠ0-faz@] nn74';PLY[cژ=mm *r~ 05(Fg,΅euX1~:al_L, PGfw c5HrARBbDΏ@G?^A"^WC"1ί\/[ iB A?<`ovq!P`xCw;[~-Os|G 8yavs8mG^w٫Q(/A 0EϏ3Tα!pLpn1:H 6Hm7 us Ks?ǞAi  H?M〄awXL$9+r@0HWCH C(?XDŽ1A:?E~ïEJ:_p_ o~.|jp}^0$D^|A?~zz_'\: