diff options
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 67590abb9b..db51f1c9f4 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. |