pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 24 08:06:29 UTC 2018

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
py-test: updated to 3.8.1

pytest 3.8.1:

Bug Fixes
* .pytest_cache directory is now automatically ignored by Git. Users who would like to contribute a solution for other SCMs please consult/comment on this issue.
* Fix the following error during collection of tests inside packages:
  TypeError: object of type 'Package' has no len()
* Fix bug where indirect parametrization would consider the scope of all fixtures used by the test function to determine the parametrization scope, and not only the scope of the fixtures being 
parametrized.
* Fix crash of the assertion rewriter if a test changed the current working directory without restoring it afterwards.
* Fix issue that prevented some caplog properties (for example record_tuples) from being available when entering the debugger with --pdb.
* Fix UnicodeDecodeError in python2.x when a class returns a non-ascii binary __repr__ in an assertion which also contains non-ascii text.

Improved Documentation
* New Deprecations and Removals page shows all currently deprecated features, the rationale to do so, and alternatives to update your code. It also list features removed from pytest in past major 
releases to help those with ancient pytest versions to upgrade.

Trivial/Internal Changes
* Improve pre-commit detection for changelog filenames
* Remove legacy code around im_func as that was python2 only


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-test/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.58 pkgsrc/devel/py-test/Makefile:1.59
--- pkgsrc/devel/py-test/Makefile:1.58  Fri Sep  7 08:55:43 2018
+++ pkgsrc/devel/py-test/Makefile       Mon Sep 24 08:06:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2018/09/07 08:55:43 adam Exp $
+# $NetBSD: Makefile,v 1.59 2018/09/24 08:06:29 adam Exp $
 
-DISTNAME=      pytest-3.8.0
+DISTNAME=      pytest-3.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.53 pkgsrc/devel/py-test/distinfo:1.54
--- pkgsrc/devel/py-test/distinfo:1.53  Fri Sep  7 08:55:43 2018
+++ pkgsrc/devel/py-test/distinfo       Mon Sep 24 08:06:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2018/09/07 08:55:43 adam Exp $
+$NetBSD: distinfo,v 1.54 2018/09/24 08:06:29 adam Exp $
 
-SHA1 (pytest-3.8.0.tar.gz) = 62574385ba916f8e86d7d6e03b720dea73150a78
-RMD160 (pytest-3.8.0.tar.gz) = 88fea5610b6497595f893ff133e5272cd14c53aa
-SHA512 (pytest-3.8.0.tar.gz) = 26efe2bcd6c86c55cb17a17ad3cfe0762ba5d61adf9830fe5780c0c90df65bbeb2346abb8310c6123c308ed0e641d4cf325ca9ac16dcd8994b6a636bcfd386a4
-Size (pytest-3.8.0.tar.gz) = 865922 bytes
+SHA1 (pytest-3.8.1.tar.gz) = 1ed43faeb95684da2823ed89f866ec308dd8b77a
+RMD160 (pytest-3.8.1.tar.gz) = d754e739cfcb14fd12ddbd0217c629553cb87f40
+SHA512 (pytest-3.8.1.tar.gz) = 8d1b79f4c813f46109e8ca91e4e41ba5f2efe21905bfb94d39c195728d2f994da6a55773b77f3fee603c1d8e97d965a58b0ca3e5148d2dcf5462780c01f43480
+Size (pytest-3.8.1.tar.gz) = 867647 bytes



Home | Main Index | Thread Index | Old Index