Skip to content

Commit

Permalink
Merge branch 'master' into set_executor_base_sane_default_values
Browse files Browse the repository at this point in the history
  • Loading branch information
khk-globus authored Apr 18, 2024
2 parents 348328b + 04ca656 commit 9cfae82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parsl/tests/test_htex/test_zmq_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_interchange_binding_with_address(cert_dir: Optional[str]):
assert ix.interchange_address == address


@pytest.mark.skip("This behaviour is possibly unexpected. See issue #3037")
@pytest.mark.local
@pytest.mark.parametrize("encrypted", (True, False), indirect=True)
def test_interchange_binding_with_non_ipv4_address(cert_dir: Optional[str]):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'workqueue': ['work_queue'],
'flux': ['pyyaml', 'cffi', 'jsonschema'],
'proxystore': ['proxystore'],
'radical-pilot': ['radical.pilot==1.47'],
'radical-pilot': ['radical.pilot==1.52.1'],
# Disabling psi-j since github direct links are not allowed by pypi
# 'psij': ['psi-j-parsl@git+https://github.com/ExaWorks/psi-j-parsl']
}
Expand Down

0 comments on commit 9cfae82

Please sign in to comment.