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-10-21 18:33:57 -0500
commit3e3aa629a86fab53f434e0a5a87926b0856ccd7b (patch)
tree70e405e4d597215bbebcc95b78113527709e832e /user/py3-pytest/scm.patch
parent01021113cc1a1e0f9783e9c7dda12ac1512605c1 (diff)
downloadpackages-3e3aa629a86fab53f434e0a5a87926b0856ccd7b.tar.gz
packages-3e3aa629a86fab53f434e0a5a87926b0856ccd7b.tar.bz2
packages-3e3aa629a86fab53f434e0a5a87926b0856ccd7b.tar.xz
packages-3e3aa629a86fab53f434e0a5a87926b0856ccd7b.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={