From 8bd0e572816d42d96ea17e86140cefc66e82f313 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Thu, 11 Oct 2018 02:02:42 -0400 Subject: user/py3-pytest: bump to 3.9.1, drop py3-tox dep --- user/py3-pytest/scm.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 user/py3-pytest/scm.patch (limited to 'user/py3-pytest/scm.patch') diff --git a/user/py3-pytest/scm.patch b/user/py3-pytest/scm.patch new file mode 100644 index 000000000..799eefac0 --- /dev/null +++ b/user/py3-pytest/scm.patch @@ -0,0 +1,13 @@ +--- 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 + + 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", + package_dir={"": "src"}, + install_requires=INSTALL_REQUIRES, + ) -- cgit v1.2.3-70-g09d2