Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831013 - net-proxy/mitmproxy: add python 3.10 target
Summary: net-proxy/mitmproxy: add python 3.10 target
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-01-11 13:01 UTC by Anton Bolshakov
Modified: 2022-05-14 10:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mitmproxy test case failed (mitmproxy_test_failed.log,12.16 KB, text/x-log)
2022-01-12 02:22 UTC, Anton Bolshakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Bolshakov 2022-01-11 13:01:13 UTC
the current are:
PYTHON_TARGETS="python3_9 -python3_8")

Thanks!
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-11 13:04:32 UTC
Do tests pass?
Comment 2 Anton Bolshakov 2022-01-11 15:43:17 UTC
(In reply to Sam James from comment #1)
> Do tests pass?

Yes, the same as python3.9 I think:


 1 failed, 1241 passed, 1 skipped, 1 xfailed, 29 warnings in 12.34s

I had also to add python3_10 to the following packages:
 dev-python/ldap3
 dev-python/parver
Comment 3 Matthew Smith gentoo-dev 2022-01-11 18:27:41 UTC
(In reply to Anton Bolshakov from comment #2)
> (In reply to Sam James from comment #1)
> > Do tests pass?
> Yes, the same as python3.9 I think:
>  1 failed, 1241 passed, 1 skipped, 1 xfailed, 29 warnings in 12.34s

None of the tests should fail:

    1242 passed, 1 skipped, 1 xfailed, 26 warnings in 13.44s

Please could you share which test failed for you?
Comment 4 Anton Bolshakov 2022-01-12 02:22:43 UTC
Created attachment 761940 [details]
mitmproxy test case failed
Comment 5 Matthew Smith gentoo-dev 2022-02-18 13:08:51 UTC
That test failure comes from your locale and mitmproxy's tests being a bit too exhaustive, not related to py3.10.
Comment 6 Larry the Git Cow gentoo-dev 2022-05-14 10:05:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5686902aac7533de743c597782f9b581d36556

commit 0f5686902aac7533de743c597782f9b581d36556
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-05-14 10:04:31 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-05-14 10:04:31 +0000

    net-proxy/mitmproxy: enable py3.10
    
    Closes: https://bugs.gentoo.org/831013
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild | 4 ++--
 net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)