diff options
Diffstat (limited to 'contrib/python/multidict')
| -rw-r--r-- | contrib/python/multidict/patches/01-fix-tests.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/python/multidict/patches/01-fix-tests.patch b/contrib/python/multidict/patches/01-fix-tests.patch new file mode 100644 index 00000000000..f18613f39ff --- /dev/null +++ b/contrib/python/multidict/patches/01-fix-tests.patch @@ -0,0 +1,6 @@ +--- contrib/python/multidict/tests/test_pickle.py (index) ++++ contrib/python/multidict/tests/test_pickle.py (working tree) +@@ -6 +6,2 @@ import pytest +-here = Path(__file__).resolve().parent ++import yatest.common as yc ++here = Path(yc.source_path(__file__)).resolve().parent |
