summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-black/black-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-black/black-version.patch')
-rw-r--r--pkgs/development/python-modules/pytest-black/black-version.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/pytest-black/black-version.patch b/pkgs/development/python-modules/pytest-black/black-version.patch
deleted file mode 100644
index 93bb4180930..00000000000
--- a/pkgs/development/python-modules/pytest-black/black-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 5c9ce5f..84b148a 100644
---- a/setup.py
-+++ b/setup.py
-@@ -26,6 +26,6 @@ setup(
-     python_requires=">=2.7",
-     install_requires=[
-         "pytest>=3.5.0",
--        'black==19.3b0; python_version >= "3.6"',
-+        'black; python_version >= "3.6"',
-         "toml",
-     ],
-     use_scm_version=True,
\ No newline at end of file