SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
security/py-josepy/patches/patch-pytest_ini
Normal file
18
security/py-josepy/patches/patch-pytest_ini
Normal file
|
@ -0,0 +1,18 @@
|
|||
we don't have pytest-flake8 yet
|
||||
|
||||
Index: pytest.ini
|
||||
--- pytest.ini.orig
|
||||
+++ pytest.ini
|
||||
@@ -1,5 +1,5 @@
|
||||
[pytest]
|
||||
-addopts = -v --flake8 --cov-report xml --cov-report=term-missing --cov=josepy --cov-config .coveragerc
|
||||
+addopts = -v --cov-report xml --cov-report=term-missing --cov=josepy --cov-config .coveragerc
|
||||
# SelectableGroups:DeprecationWarning is ignored because it is raised by
|
||||
# flake8. See https://github.com/PyCQA/flake8/issues/1397.
|
||||
# We also ignore our own deprecation warning about dropping Python 3.6 support.
|
||||
@@ -8,4 +8,4 @@ filterwarnings =
|
||||
ignore:SelectableGroups:DeprecationWarning
|
||||
ignore:Python 3.6 support will be dropped:DeprecationWarning
|
||||
norecursedirs = *.egg .eggs dist build docs .tox
|
||||
-flake8-ignore = W504 E501
|
||||
+#flake8-ignore = W504 E501
|
Loading…
Add table
Add a link
Reference in a new issue