diff options
Diffstat (limited to 'user/py3-pytest/scm.patch')
-rw-r--r-- | user/py3-pytest/scm.patch | 12 |
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={ |