summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-16 12:25:10 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-16 12:25:10 +0100
commite2222bdce045e0d5076d71b7a351cae0322f5297 (patch)
tree9a79cade8040fcb13fb0b44dcb31f3c121ecb62d /dev-python/cairocffi/files
parentdev-python/bottle: Mark ALLARCHES (diff)
downloadgentoo-e2222bdce045e0d5076d71b7a351cae0322f5297.tar.gz
gentoo-e2222bdce045e0d5076d71b7a351cae0322f5297.tar.bz2
gentoo-e2222bdce045e0d5076d71b7a351cae0322f5297.zip
dev-python/cairocffi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cairocffi/files')
-rw-r--r--dev-python/cairocffi/files/cairocffi-1.0.2-test-deps.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/cairocffi/files/cairocffi-1.0.2-test-deps.patch b/dev-python/cairocffi/files/cairocffi-1.0.2-test-deps.patch
deleted file mode 100644
index d6da32523d79..000000000000
--- a/dev-python/cairocffi/files/cairocffi-1.0.2-test-deps.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Remove unnecessary test deps.
-
---- cairocffi-1.0.2/setup.cfg
-+++ cairocffi-1.0.2/setup.cfg
-@@ -36,16 +36,10 @@
- packages = find:
- setup_requires =
- cffi >= 1.1.0
-- pytest-runner
- setuptools
- install_requires =
- cffi >= 1.1.0
- setuptools >= 39.2.0
--tests_require =
-- pytest-cov
-- pytest-flake8
-- pytest-isort
-- pytest-runner
- python_requires = >= 3.5
-
- [options.package_data]
-@@ -58,11 +52,6 @@
- doc =
- sphinx
- sphinx_rtd_theme
--test =
-- pytest-runner
-- pytest-cov
-- pytest-flake8
-- pytest-isort
- xcb =
- xcffib >= 0.3.2
-
-@@ -74,7 +63,6 @@
- test = pytest
-
- [tool:pytest]
--addopts = --flake8 --isort
- norecursedirs = build dist .cache .eggs .git
-
- [flake8]