[java-idp-integration-tests] branch main updated: Attempt to fix OP Conformance tests by adding missing Python module
Tom Zeller
tzeller at dragonacea.biz
Tue Jun 10 13:52:50 UTC 2025
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=86827e3e5b2c51f2f1a6178695d063ba4fa9e1fc
The following commit(s) were added to refs/heads/main by this push:
new 86827e3 Attempt to fix OP Conformance tests by adding missing Python module
86827e3 is described below
commit 86827e3e5b2c51f2f1a6178695d063ba4fa9e1fc
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 10 08:52:36 2025 -0500
Attempt to fix OP Conformance tests by adding missing Python module
---
.../idp/integration/tests/oidc/ConformanceSuiteContainer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/oidc/ConformanceSuiteContainer.java b/src/test/java/net/shibboleth/idp/integration/tests/oidc/ConformanceSuiteContainer.java
index 045e441..cb58eec 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/oidc/ConformanceSuiteContainer.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/oidc/ConformanceSuiteContainer.java
@@ -295,7 +295,7 @@ public class ConformanceSuiteContainer extends AbstractIdentifiableInitializable
protected void setUpPythonVenv() throws IOException {
final String pythonCommand = "source " + pathToPythonBinActivate.toAbsolutePath().toString()
- + " && pip3 install httpx";
+ + " && pip3 install httpx pyparsing";
final String[] commands = new String[] { //
"bash", //
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list