diff options
Diffstat (limited to 'sci-libs/branca/files/branca-0.6.0-test.patch')
-rw-r--r-- | sci-libs/branca/files/branca-0.6.0-test.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/branca/files/branca-0.6.0-test.patch b/sci-libs/branca/files/branca-0.6.0-test.patch new file mode 100644 index 000000000000..e00b8a6cfc57 --- /dev/null +++ b/sci-libs/branca/files/branca-0.6.0-test.patch @@ -0,0 +1,12 @@ +--- a/setup.cfg 2023-02-09 09:15:07.186333281 +0100 ++++ b/setup.cfg 2023-02-09 09:15:17.596181143 +0100 +@@ -1,9 +1,4 @@ + [tool:pytest] +-flake8-max-line-length = 105 +-flake8-ignore = +- docs/* ALL +- versioneer.py ALL +- branca/_version.py ALL + markers = + headless: mark headless tests (deselect with '-m "not headless"') + |