diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-28 22:55:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-29 17:52:22 +0700 |
commit | c986abb4a4612184d27d823f510b7eea647a32e1 (patch) | |
tree | 4fbffa651e7e53420e2cdf69d2e817ffb140ef25 /python/python3-pytest/README | |
parent | b4d953e36ebbe00acead81264f7da932478bfd6a (diff) |
python/python3-pytest: Revert to 7.1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest/README')
-rw-r--r-- | python/python3-pytest/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README index 67590abb9b351..db51f1c9f4d80 100644 --- a/python/python3-pytest/README +++ b/python/python3-pytest/README @@ -7,4 +7,9 @@ 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: py, pluggy and iniconfig have automatic python3 support. +NOTE: py and iniconfig have automatic python3 support. + +Newer versions of python3-pytest (>= 7.2.0) require a newer +python-setuptools_scm for building python3-flit_scm (which itself is +for the new dependency python3-exceptiongroup). +Therefore, this SlackBuild has kept python3-pytest at 7.1.3. |