Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 708573 Details for
Bug 737924
dev-python/docopt-0.6.2-r3 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
docopt-0.6.2-pytest6_node_from_parent.patch
docopt-0.6.2-pytest6_node_from_parent.patch (text/plain), 664 bytes, created by
Marek Szuba
on 2021-05-14 15:47:38 UTC
(
hide
)
Description:
docopt-0.6.2-pytest6_node_from_parent.patch
Filename:
MIME Type:
Creator:
Marek Szuba
Created:
2021-05-14 15:47:38 UTC
Size:
664 bytes
patch
obsolete
>--- a/conftest.py >+++ b/conftest.py >@@ -11,7 +11,7 @@ > > def pytest_collect_file(path, parent): > if path.ext == ".docopt" and path.basename.startswith("test"): >- return DocoptTestFile(path, parent) >+ return DocoptTestFile.from_parent(parent, fspath=path) > > > def parse_test(raw): >@@ -41,7 +41,7 @@ > for name, doc, cases in parse_test(raw): > name = self.fspath.purebasename > for case in cases: >- yield DocoptTestItem("%s(%d)" % (name, index), self, doc, case) >+ yield DocoptTestItem.from_parent(self, name="%s(%d)" % (name, index), doc=doc, case=case) > index += 1 > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 737924
:
655366
|
708573
|
708576