Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 734122 - Add neomutt-test-files package for neomutt tests
Summary: Add neomutt-test-files package for neomutt tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nicolas Bock
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 728886
  Show dependency tree
 
Reported: 2020-07-27 18:01 UTC by Nicolas Bock
Modified: 2020-08-26 11:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bock gentoo-dev 2020-07-27 18:01:05 UTC
The neomutt tests are using a separate repository for the actual tests. Add a package with those files and make the tests of neomutt depend on that package.
Comment 1 Larry the Git Cow gentoo-dev 2020-07-27 19:51:40 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8005d1631e0cfab528407180940052c18d69f3b2

commit 8005d1631e0cfab528407180940052c18d69f3b2
Author:     Nicolas Bock <nicolasbock@gentoo.org>
AuthorDate: 2020-07-27 19:20:57 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2020-07-27 19:51:26 +0000

    mail-client/neomutt: Disable tests
    
    Upstream split the unit tests out into a separate repository. Until this
    neomutt-test-files repository is packaged, the unit tests in this
    package will fail. This change disables the tests.
    
    Bug: https://bugs.gentoo.org/734122
    Bug: https://bugs.gentoo.org/734122
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 mail-client/neomutt/neomutt-20200626-r1.ebuild | 132 +++++++++++++++++++++++++
 1 file changed, 132 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8005d1631e0cfab528407180940052c18d69f3b2

commit 8005d1631e0cfab528407180940052c18d69f3b2
Author:     Nicolas Bock <nicolasbock@gentoo.org>
AuthorDate: 2020-07-27 19:20:57 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2020-07-27 19:51:26 +0000

    mail-client/neomutt: Disable tests
    
    Upstream split the unit tests out into a separate repository. Until this
    neomutt-test-files repository is packaged, the unit tests in this
    package will fail. This change disables the tests.
    
    Bug: https://bugs.gentoo.org/734122
    Bug: https://bugs.gentoo.org/734122
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 mail-client/neomutt/neomutt-20200626-r1.ebuild | 132 +++++++++++++++++++++++++
 1 file changed, 132 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-08-26 11:45:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b2695d16c80a3bdb84e3edaf3289089ad7f60a

commit 73b2695d16c80a3bdb84e3edaf3289089ad7f60a
Author:     Nicolas Bock <nicolasbock@gentoo.org>
AuthorDate: 2020-07-28 18:07:51 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2020-08-26 11:44:29 +0000

    mail-client/neomutt: Add unit tests
    
    This change addds unit tests to neomutt. Those tests come from a
    separate repository.
    
    Closes: https://bugs.gentoo.org/734122
    Closes: https://bugs.gentoo.org/728886
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 mail-client/neomutt/Manifest                   |  1 +
 mail-client/neomutt/neomutt-20200626-r1.ebuild | 51 +++++++++++++++++---------
 2 files changed, 35 insertions(+), 17 deletions(-)