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

Allow to ignore rows via None return value from CsvConverter.convert #142

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

fapdash
Copy link
Contributor

@fapdash fapdash commented Jun 15, 2024

I had to update some dependencies to get the project running on my machine, we can remove that commit if you don't want it.
I still had to run pip3 uninstall py to get pytest to run with Python 3.11, see pytest-dev/pytest#9181 (comment).

This PR works on #139.

fapdash added 2 commits June 16, 2024 01:34
Pytest 8.2.2 requires at least Python 3.8.
If the row in the input csv should produce no output in the output
file the user can now return `None` for that row from their
`CsvConverter.convert` method.

closes egh#139
@egh
Copy link
Owner

egh commented Jun 17, 2024

LGTM! Thanks for the upgrades.

@egh egh merged commit 4c365ce into egh:master Jun 17, 2024
@fapdash fapdash deleted the ignore-row-via-None branch June 18, 2024 00:33
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.

2 participants