Skip to content

Commit

Permalink
revert one thing for black.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulChristophel committed Dec 13, 2024
1 parent 6d15da3 commit 5f70159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_verify_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ def test_pip_install_pyzmq(pipexec, pyzmq_version, build_version, arch):
env = os.environ.copy()
env["RELENV_BUILDENV"] = "yes"
env["USE_STATIC_REQUIREMENTS"] = "1"
env["CFLAGS"] = (
f"{env.get('CFLAGS', '')} -DCMAKE_OSX_ARCHITECTURES='arm64' -DZMQ_HAVE_CURVE=0"
)
env[
"CFLAGS"
] = f"{env.get('CFLAGS', '')} -DCMAKE_OSX_ARCHITECTURES='arm64' -DZMQ_HAVE_CURVE=0"
p = subprocess.run(
[
str(pipexec),
Expand Down

0 comments on commit 5f70159

Please sign in to comment.