Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: aws-cli: update to 1.22.23 (with deps)
Date: Sun, 12 Dec 2021 14:54:25 +0100	[thread overview]
Message-ID: <20211212135425.WA8bJJgW49gOQ8q6p_EsgVN030V4OQ0aNZH2KxINjyQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34490@inbox.vuxu.org>

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34490#issuecomment-991901287

Comment:
> When I got the tests running with their deps installed and pytest it still says:
> 
> ```
> WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox
> ```

That's a message from `setup.py test` which is deprecated, you are not using pytest if you are getting this message. We should use pytest if possible:
```sh
checkdepends="python3-pytest $depends"
```

`setup.py test` is deprecated and produces this message. `xbps-src` tries to use `setup.py test` if pytest is not installed, so installing python3-pytest will fix this.

But it seems like there is a lot of tests and we will need to skip some of them or skip them anyway. Even if you decide it's not worth fixing them (which I think might be ok in this case), the reason for this should be modified.

  parent reply	other threads:[~2021-12-12 13:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-12  3:35 [PR PATCH] Aws 2112 bobertlo
2021-12-12  5:17 ` aws-cli: update to 1.22.23 (with deps) uhohspaghetios
2021-12-12  8:43 ` dotnetfox
2021-12-12 11:33 ` paper42
2021-12-12 12:49 ` bobertlo
2021-12-12 13:44 ` paper42
2021-12-12 13:46 ` paper42
2021-12-12 13:54 ` paper42
2021-12-12 13:54 ` paper42 [this message]
2021-12-12 18:02 ` [PR PATCH] [Updated] " bobertlo
2021-12-12 18:08 ` bobertlo
2021-12-12 20:50 ` [PR REVIEW] " paper42
2021-12-12 20:50 ` paper42
2021-12-12 20:50 ` paper42
2021-12-12 23:14 ` [PR PATCH] [Updated] " bobertlo
2021-12-12 23:21 ` bobertlo
2021-12-12 23:45 ` [PR PATCH] [Merged]: " paper42

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=20211212135425.WA8bJJgW49gOQ8q6p_EsgVN030V4OQ0aNZH2KxINjyQ@z \
    --to=paper42@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).