diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-03 16:19:22 -0400 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-05 12:42:59 +0000 |
commit | 4fe12248f98592715b004534e1ccc61355adf9ee (patch) | |
tree | 5a8f964a404c2a16827f553354511371d708053f /testing/py-tinycss/disable-styling-checks.patch | |
parent | eb799ff04a5bda677c8f7034980f642274f44e4a (diff) | |
download | aports-4fe12248f98592715b004534e1ccc61355adf9ee.tar.bz2 aports-4fe12248f98592715b004534e1ccc61355adf9ee.tar.xz |
testing/py-tinycss: remove obsolte APKBUILD
Diffstat (limited to 'testing/py-tinycss/disable-styling-checks.patch')
-rw-r--r-- | testing/py-tinycss/disable-styling-checks.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/py-tinycss/disable-styling-checks.patch b/testing/py-tinycss/disable-styling-checks.patch deleted file mode 100644 index bcc039e2f5..0000000000 --- a/testing/py-tinycss/disable-styling-checks.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/setup.cfg -+++ b/setup.cfg -@@ -9,7 +9,7 @@ - test = pytest - - [tool:pytest] --addopts = --flake8 --isort --cov --ignore=test/cairosvg_reference -+addopts = --cov --ignore=test/cairosvg_reference - norecursedirs = dist .cache .git build *.egg-info .eggs venv cairosvg_reference - flake8-ignore = docs/conf.py ALL - isort_ignore = ---- a/setup.py -+++ b/setup.py -@@ -99,9 +99,9 @@ - ], - setup_requires=pytest_runner, - tests_require=[ -- 'pytest-cov', 'pytest-flake8', 'pytest-isort', 'pytest-runner'], -+ 'pytest-cov', 'pytest-runner'], - extras_require={'test': ( -- 'pytest-runner', 'pytest-cov', 'pytest-flake8', 'pytest-isort')}, -+ 'pytest-runner', 'pytest-cov')}, - packages=['tinycss', 'tinycss.tests'], - **kwargs - ) ---- a/tinycss.egg-info/requires.txt -+++ b/tinycss.egg-info/requires.txt -@@ -2,5 +2,3 @@ - [test] - pytest-runner - pytest-cov --pytest-flake8 --pytest-isort |