Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump pinned version of black #419

Merged
merged 1 commit into from
Jan 16, 2022
Merged

bump pinned version of black #419

merged 1 commit into from
Jan 16, 2022

Conversation

cs01
Copy link
Owner

@cs01 cs01 commented Jan 16, 2022

  • [] I have added an entry to CHANGELOG.md, or an entry is not needed for this change
    No changelog entry needed

Summary of changes

Pin version of black to avoid error

Traceback (most recent call last):
  File "/home/runner/work/gdbgui/gdbgui/.nox/lint/bin/black", line 5, in <module>
    from black import patched_main
  File "/home/runner/work/gdbgui/gdbgui/.nox/lint/lib/python3.9/site-packages/black/__init__.py", line 52, in <module>
    from typed_ast import ast3, ast27
  File "/home/runner/work/gdbgui/gdbgui/.nox/lint/lib/python3.9/site-packages/typed_ast/ast3.py", line 40, in <module>
    from typed_ast import _ast3
ImportError: /home/runner/work/gdbgui/gdbgui/.nox/lint/lib/python3.9/site-packages/typed_ast/_ast3.cpython-39-x86_64-linux-gnu.so: undefined symbol: _PyUnicode_DecodeUnicodeEscape

See python/typed_ast#169

Test plan

Tested by running

nox -s lint

and CI on pull request passes

@cs01 cs01 merged commit 799d340 into master Jan 16, 2022
@cs01 cs01 deleted the cs01/fix-ci branch January 16, 2022 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant