Subject: CVS commit: pkgsrc/devel/py-test-relaxed
From: Adam Ciarcinski
Date: 2018-04-18 09:18:21
Message id: 20180418071821.8BC41FBEC@cvs.NetBSD.org

Log Message:
py-test-relaxed: updated to 1.1.2

1.1.1:
[Bug]: Bypass pytestmark objects and attributes during our custom collection \ 
phase; we don’t need to process them ourselves, pytest is already picking up \ 
the original top level copies, and having them percolate into nested classes was \ 
causing loud pytest collection-step warnings.
[Bug]: Installation and other setup.py activities implicitly assumed native \ 
Unicode support due to naively opening README.rst. setup.py now explicitly opens \ 
that file with a utf-8 encoding argument.

Files:
RevisionActionfile
1.3modifypkgsrc/devel/py-test-relaxed/Makefile
1.3modifypkgsrc/devel/py-test-relaxed/distinfo
1.2modifypkgsrc/devel/py-test-relaxed/patches/patch-setup.py