summaryrefslogtreecommitdiff
path: root/user/py3-pytest/scm.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-01-11 21:14:55 +0000
committerZach van Rijn <me@zv.io>2022-06-12 23:51:28 +0000
commita7b894217fc07ecd4dbb1fb65a01a06c294a87c1 (patch)
tree4ca1a968db76f9b22a27d7539b3b8f2f62ef480d /user/py3-pytest/scm.patch
parenta42c079bb4fa15ecfe4bf78352495a23ad0dc365 (diff)
downloadpackages-a7b894217fc07ecd4dbb1fb65a01a06c294a87c1.tar.gz
packages-a7b894217fc07ecd4dbb1fb65a01a06c294a87c1.tar.bz2
packages-a7b894217fc07ecd4dbb1fb65a01a06c294a87c1.tar.xz
packages-a7b894217fc07ecd4dbb1fb65a01a06c294a87c1.zip
user/py3-pytest: bump { 5.2.0 --> 6.2.5 }. fixes #458.
Diffstat (limited to 'user/py3-pytest/scm.patch')
-rw-r--r--user/py3-pytest/scm.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/py3-pytest/scm.patch b/user/py3-pytest/scm.patch
deleted file mode 100644
index e3b923f1d..000000000
--- a/user/py3-pytest/scm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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>=40.0"],
-+ setup_requires=["setuptools>=40.0"],
-+ version="5.2.0",
- package_dir={"": "src"},
- # fmt: off
- extras_require={