blob: db51f1c9f4d80afbd2f467365992ff29e7829043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
The pytest testing tool makes it easy to write small tests, yet
scales to support complex functional testing.
This is installed with python3.
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 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.
|