Skip to content

Commit

Permalink
TVB-2417 The current autopep8 version 2.0.2 is not yet compatible wit…
Browse files Browse the repository at this point in the history
…h the latest pycodestyle version 2.11.0 released few days ago.
  • Loading branch information
liadomide committed Aug 1, 2023
1 parent 46e0468 commit 6037499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tvb_build/setup_mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _generate_distribution(final_name, library_path, version, extra_licensing_ch
online_help_dst = os.path.join(library_abs_path, "tvb", "interfaces", "web", "static", "help")
print("- Moving " + online_help_src + " to " + online_help_dst)
os.rename(online_help_src, online_help_dst)
# sign_app()
sign_app()
create_dmg()

print("- Cleaning up non-required files...")
Expand Down
3 changes: 2 additions & 1 deletion tvb_framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ siibra==0.4a35
bctpy
kubernetes
watchdog
urllib3<2.0
urllib3<2.0
pycodestyle==2.10.0

0 comments on commit 6037499

Please sign in to comment.