diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-08-05 16:13:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:15 +0700 |
commit | 005d3ed7b29e598a693b255fd11e68aafade4928 (patch) | |
tree | 86ab8edd3b2bee645e5a66580344d516a35aee3d /python/pytest/pytest.SlackBuild | |
parent | f5946705c114e3c74ca63b9d5b83fd23079d3c8d (diff) | |
download | slackbuilds-005d3ed7b29e598a693b255fd11e68aafade4928.tar.gz |
python/pytest: Updated for version 3.7.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest/pytest.SlackBuild')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index b8b7758e8b..802b045b00 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |