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

fix: remove colored dependency #796

Merged
merged 1 commit into from Aug 28, 2023
Merged

fix: remove colored dependency #796

merged 1 commit into from Aug 28, 2023

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Aug 28, 2023

Description

Removes the last dependency from syrupy. We're now a zero-dependency project (improves compatibility).

@noahnu noahnu requested a review from iamogbz August 28, 2023 19:52
@@ -13,40 +9,52 @@ def _is_color_disabled() -> bool:
return any(map(get_env_value, DISABLE_COLOR_ENV_VARS))


def _attr(color: Any) -> str:
@dataclass
class TerminalCodes:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@noahnu noahnu merged commit 96bffcc into main Aug 28, 2023
16 checks passed
@noahnu noahnu deleted the remove_colored branch August 28, 2023 20:01
tophat-opensource-bot pushed a commit that referenced this pull request Aug 28, 2023
## [4.2.2](v4.2.1...v4.2.2) (2023-08-28)

### Bug Fixes

* remove colored dependency ([#796](#796)) ([96bffcc](96bffcc))
@tophat-opensource-bot
Copy link
Collaborator

🎉 This PR is included in version 4.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants