mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/py: Bump to v1.5.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
14
dev-python/py/files/py-1.5.2-skip-apiwarn-pytest31.patch
Normal file
14
dev-python/py/files/py-1.5.2-skip-apiwarn-pytest31.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
https://github.com/pytest-dev/py/issues/162
|
||||
|
||||
--- a/testing/log/test_warning.py
|
||||
+++ b/testing/log/test_warning.py
|
||||
@@ -8,8 +8,7 @@ import py
|
||||
mypath = py.path.local(__file__).new(ext=".py")
|
||||
|
||||
|
||||
-win = sys.platform.startswith('win')
|
||||
-pytestmark = pytest.mark.skipif(win and LooseVersion(pytest.__version__) >= LooseVersion('3.1'),
|
||||
+pytestmark = pytest.mark.skipif(LooseVersion(pytest.__version__) >= LooseVersion('3.1'),
|
||||
reason='apiwarn is not compatible with pytest >= 3.1 (#162)')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user