diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 21:16:22 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:17 +0700 |
commit | bac64cfe5a26f9778be921e726181f73c6f35f28 (patch) | |
tree | a95500e3648a60bcd9e62e734fcd7712b952d597 /python/python3-pytest | |
parent | 5d63996691cd2ac29df6cec66e7e0f25b794e86d (diff) |
python/python3-pytest: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest')
-rw-r--r-- | python/python3-pytest/README | 2 | ||||
-rw-r--r-- | python/python3-pytest/python3-pytest.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README index 45c6d4b63d7d..6f53e2a82f90 100644 --- a/python/python3-pytest/README +++ b/python/python3-pytest/README @@ -7,5 +7,5 @@ IMPORTANT: The scripts py.test and pytest are renamed to py.test3 and pytest3 respectively to avoid conflicts with the pytest installed with python. -NOTE: setuptools-scm, py, pluggy, more-itertools and atomicwrites +NOTE: py, pluggy, more-itertools and atomicwrites have automatic python3 support. diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info index 9221f9bac02e..5e21cc6e37cb 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1c/b5/336b6b600eb9d2a9b7c99b16 MD5SUM="2704e16bb2c11af494167f80a7cd37c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm py python3-attrs pluggy more-itertools atomicwrites" +REQUIRES="py python3-attrs pluggy more-itertools atomicwrites" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" |