--- /dev/null
+From: Dmitry Shachnev <mitya57@debian.org>
+Date: Sun, 14 Nov 2021 21:08:50 +0300
+Subject: Find the build directory matching the current interpreter
+
+This is needed to allow us to run tests with all supported Python versions.
+Without this patch, the latest build directory will be always picked, no
+matter what the current interpreter is.
+---
+ testing/buildlog.py | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/testing/buildlog.py b/testing/buildlog.py
+index 90ff436..034f103 100644
+--- a/testing/buildlog.py
++++ b/testing/buildlog.py
+@@ -63,6 +63,11 @@ class BuildLog:
+ )
+ sys.exit(1)
+
++ # We need to find the build directory for the current interpreter
++ py_version = "{}.{}".format(sys.version_info[0], sys.version_info[1])
++ if py_version not in build_classifiers:
++ continue
++
+ if not os.path.exists(build_dir):
+ rel_dir, low_part = os.path.split(build_dir)
+ rel_dir, two_part = os.path.split(rel_dir)
+++ /dev/null
-From: Dmitry Shachnev <mitya57@debian.org>
-Date: Sun, 14 Nov 2021 21:08:50 +0300
-Subject: Find the build directory matching the current interpreter
-
-This is needed to allow us to run tests with all supported Python versions.
-Without this patch, the latest build directory will be always picked, no
-matter what the current interpreter is.
----
- testing/buildlog.py | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/testing/buildlog.py b/testing/buildlog.py
-index 90ff436..034f103 100644
---- a/testing/buildlog.py
-+++ b/testing/buildlog.py
-@@ -63,6 +63,11 @@ class BuildLog:
- )
- sys.exit(1)
-
-+ # We need to find the build directory for the current interpreter
-+ py_version = "{}.{}".format(sys.version_info[0], sys.version_info[1])
-+ if py_version not in build_classifiers:
-+ continue
-+
- if not os.path.exists(build_dir):
- rel_dir, low_part = os.path.split(build_dir)
- rel_dir, two_part = os.path.split(rel_dir)
1 file changed, 16 insertions(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index adfb0c6..a000e22 100644
+index b2aaecb..f7e415d 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
-@@ -82,3 +82,19 @@
+@@ -81,3 +81,19 @@
[QtQml::qqmlincubator_incubateWhile]
pypy # gives timeout on macOS if I run video converter while testing
# 2022-03-04 PyPy: Currently 28 of 657 tests fail
1 file changed, 8 insertions(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index a000e22..3adc7e9 100644
+index f7e415d..8cdefe9 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
-@@ -98,3 +98,11 @@
+@@ -97,3 +97,11 @@
py3
[QtCharts::qcharts_numpy_test]
py3
1 file changed, 2 insertions(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index 3adc7e9..895bca1 100644
+index 8cdefe9..d977d44 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
-@@ -90,6 +90,8 @@
+@@ -89,6 +89,8 @@
py3
[pyside6-android-deploy::test_pyside6_android_deploy]
py3
1 file changed, 1 insertion(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index 895bca1..52ebc12 100644
+index d977d44..27063f9 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -1,5 +1,6 @@
1 file changed, 4 insertions(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index 52ebc12..59dbef3 100644
+index 27063f9..065793d 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
-@@ -109,3 +109,7 @@
+@@ -108,3 +108,7 @@
py3
[pysidetest::new_inherited_functions_test]
py3
-0001-test-with-current-interpreter.patch
+0001-Find-the-build-directory-matching-the-current-interp.patch
0002-Fix-missing-subparser-in-test-harness.patch
0003-Add-failing-tests-to-blacklist.patch
0004-Fix-numpy-header-detection.patch