Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: duplicity: update to 1.2.3.
Date: Sat, 01 Jul 2023 18:47:03 +0200	[thread overview]
Message-ID: <20230701164703.mRcTTxJTxKcVjO7_lSPC_MXkkOeAPmjf9zX64Njk1Pc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44740@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 3266 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/44740#issuecomment-1615995350

Comment:
it's failing one test:
```
=================================== FAILURES ===================================
____________________________ PathTest.test_compare _____________________________

self = <testing.unit.test_path.PathTest testMethod=test_compare>

    @unittest.skipIf(os.path.exists(u"/.dockenv") or                        # Docker
                     os.environ.get(u"USER", None) == u"buildd" or          # Launchpad
                     os.environ.get(u"NON_NATIVE", None) == u"true",        # GitLab
                     u"Skip on non-native environs")
    def test_compare(self):
        u"""Test directory comparisons"""
        assert not os.system(u"cp -pR {0}/testfiles/dir1/ {0}/testfiles/output".format(_runtest_dir))
>       assert Path(u"{0}/testfiles/dir1".format(_runtest_dir)).compare_recursive(
            Path(u"{0}/testfiles/output".format(_runtest_dir)), 1)
E       AssertionError: assert None
E        +  where None = <bound method Path.compare_recursive of (() b'/tmp/testfiles/dir1' dir)>((() b'/tmp/testfiles/output' dir), 1)
E        +    where <bound method Path.compare_recursive of (() b'/tmp/testfiles/dir1' dir)> = (() b'/tmp/testfiles/dir1' dir).compare_recursive
E        +      where (() b'/tmp/testfiles/dir1' dir) = Path('/tmp/testfiles/dir1')
E        +        where '/tmp/testfiles/dir1' = <built-in method format of str object at 0x7fd2fa9dc3a0>('/tmp')
E        +          where <built-in method format of str object at 0x7fd2fa9dc3a0> = '{0}/testfiles/dir1'.format
E        +    and   (() b'/tmp/testfiles/output' dir) = Path('/tmp/testfiles/output')
E        +      where '/tmp/testfiles/output' = <built-in method format of str object at 0x7fd2fa9dc260>('/tmp')
E        +        where <built-in method format of str object at 0x7fd2fa9dc260> = '{0}/testfiles/output'.format

/builddir/duplicity-1.2.3/testing/unit/test_path.py:55: AssertionError
----------------------------- Captured stdout call -----------------------------
(. dir) not equal to (. dir)
=============================== warnings summary ===============================
../../usr/lib/python3.11/site-packages/future/standard_library/__init__.py:65
  /usr/lib/python3.11/site-packages/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
    import imp

testing/functional/__init__.py:37
  /builddir/duplicity-1.2.3/testing/functional/__init__.py:37: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import parse_version

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
----------- generated xml file: /builddir/duplicity-1.2.3/report.xml -----------
=========================== short test summary info ============================
FAILED testing/unit/test_path.py::PathTest::test_compare - AssertionError: as...
====== 1 failed, 467 passed, 10 skipped, 2 warnings in 968.00s (0:16:08) =======
```

  reply	other threads:[~2023-07-01 16:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30 14:01 [PR PATCH] " toomyem
2023-07-01 16:47 ` dkwo [this message]
2023-07-03  6:57 ` toomyem
2023-10-02  1:45 ` github-actions
2023-10-11 15:37 ` Johnnynator
2023-10-11 15:37 ` [PR PATCH] [Closed]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230701164703.mRcTTxJTxKcVjO7_lSPC_MXkkOeAPmjf9zX64Njk1Pc@z \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).