OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=77
This commit is contained in:
parent
e903201b06
commit
9534624bf6
@ -2,8 +2,10 @@
|
||||
tests/test_serving.py | 12 ++++++++----
|
||||
1 file changed, 8 insertions(+), 4 deletions(-)
|
||||
|
||||
--- a/tests/test_serving.py
|
||||
+++ b/tests/test_serving.py
|
||||
Index: Werkzeug-2.2.3/tests/test_serving.py
|
||||
===================================================================
|
||||
--- Werkzeug-2.2.3.orig/tests/test_serving.py
|
||||
+++ Werkzeug-2.2.3/tests/test_serving.py
|
||||
@@ -10,6 +10,7 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
@ -12,8 +14,8 @@
|
||||
from werkzeug import run_simple
|
||||
from werkzeug._reloader import _find_stat_paths
|
||||
from werkzeug._reloader import _find_watchdog_paths
|
||||
@@ -127,12 +128,15 @@ def test_windows_get_args_for_reloading(
|
||||
|
||||
@@ -128,12 +129,15 @@ def test_windows_get_args_for_reloading(
|
||||
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
|
||||
@pytest.mark.parametrize("find", [_find_stat_paths, _find_watchdog_paths])
|
||||
def test_exclude_patterns(find):
|
||||
- # Imported paths under sys.prefix will be included by default.
|
||||
|
Loading…
Reference in New Issue
Block a user