Skip to content

Commit

Permalink
Revert "Don't install black on Cygwin"
Browse files Browse the repository at this point in the history
This reverts #1766.

Black 23.12.1 has been released. This has the fix for the issue
that kept GitPython's test dependencies from being installed on
Cygwin.

- psf/black#4107
- https://github.com/psf/black/releases/tag/23.12.1
- https://pypi.org/project/black/23.12.1/
  • Loading branch information
EliahKagan committed Dec 23, 2023
1 parent d986a59 commit 7964224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black ; sys_platform != "cygwin"
black
coverage[toml]
ddt >= 1.1.1, != 1.4.3
mock ; python_version < "3.8"
Expand Down

0 comments on commit 7964224

Please sign in to comment.