From 3350abe8925d99bc448b9c190c94ff13b84a7625 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Tue, 6 Aug 2019 08:29:17 -0500 Subject: user/py3-pytest: bump to 5.0.1 --- user/py3-pytest/scm.patch | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'user/py3-pytest/scm.patch') diff --git a/user/py3-pytest/scm.patch b/user/py3-pytest/scm.patch index 799eefac0..ef45821cd 100644 --- a/user/py3-pytest/scm.patch +++ b/user/py3-pytest/scm.patch @@ -1,13 +1,12 @@ ---- pytest-3.9.1/setup.py 2018-10-16 15:46:37.000000000 -0400 -+++ pytest-3.9.1/setup.py 2018-10-22 19:32:49.261592294 -0400 -@@ -25,8 +25,8 @@ if "_PYTEST_SETUP_SKIP_PLUGGY_DEP" not i - +--- pytest-5.0.1/setup.py 2019-07-05 07:12:59.000000000 -0400 ++++ pytest-5.0.1/setup.py 2019-08-06 08:09:07.890005143 -0400 +@@ -19,7 +19,8 @@ INSTALL_REQUIRES = [ def main(): setup( -- use_scm_version={"write_to": "src/_pytest/_version.py"}, -- setup_requires=["setuptools-scm", "setuptools>=30.3"], -+ setup_requires=["setuptools>=30.3"], -+ version="3.9.1", + use_scm_version={"write_to": "src/_pytest/_version.py"}, +- setup_requires=["setuptools-scm", "setuptools>=40.0"], ++ setup_requires=["setuptools>=40.0"], ++ version="5.0.1", package_dir={"": "src"}, - install_requires=INSTALL_REQUIRES, - ) + # fmt: off + extras_require={ -- cgit v1.2.3-60-g2f50