about summary refs log tree commit diff
path: root/pkgs/development/python-modules/flake8
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-07-24 09:31:21 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-07-26 12:43:17 +0200
commitc7228f8654e56bb089ffe8549cc07c561cc4dd5a (patch)
tree05d7340c0229209f206ace99b02c92993e2b0543 /pkgs/development/python-modules/flake8
parent673d0bed95420f8b8b6b740be9daf68bf42ffb70 (diff)
python.pkgs.flake8: remove no longer used patch
Diffstat (limited to 'pkgs/development/python-modules/flake8')
-rw-r--r--pkgs/development/python-modules/flake8/move-pytest-config-to-pytest-ini.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/pkgs/development/python-modules/flake8/move-pytest-config-to-pytest-ini.patch b/pkgs/development/python-modules/flake8/move-pytest-config-to-pytest-ini.patch
deleted file mode 100644
index d75d8e7bd0ad6..0000000000000
--- a/pkgs/development/python-modules/flake8/move-pytest-config-to-pytest-ini.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -r ad8325924f04 pytest.ini
---- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ b/pytest.ini	Fri Sep 30 12:28:39 2016 +0200
-@@ -0,0 +1,4 @@
-+[pytest]
-+-norecursedirs = .git .* *.egg* old docs dist build
-+-addopts = -rwv
-+
-diff -r ad8325924f04 setup.cfg
---- a/setup.cfg	Fri Sep 30 09:22:39 2016 +0200
-+++ b/setup.cfg	Fri Sep 30 12:28:39 2016 +0200
-@@ -12,10 +12,6 @@
- 	pycodestyle >= 2.0.0, < 2.1.0
- 	mccabe >= 0.5.0, < 0.6.0
- 
--[pytest]
--norecursedirs = .git .* *.egg* old docs dist build
--addopts = -rw
--
- [egg_info]
- tag_build = 
- tag_date = 0