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 table data to csv conversion in allure-behave #718

Merged
merged 2 commits into from
Dec 10, 2022
Merged

Conversation

delatrie
Copy link
Contributor

@delatrie delatrie commented Dec 9, 2022

Contains the following fix:

Also contains the following changes:

  • Remove version specifier of flake8 dependencies. This fixes issues with the recent dependabot's PRs where the version 6 of the flake8 cannot be installed in a py7 environment. It makes sense to lint with the latest version available anyway.
  • Fix poetry linting scripts of allure-behave and allure-python-commons to not rely upon whether flake8-builtins is installed or not
  • Fix a typo in allure-python-commons-test/src/container.py

@skhomuti skhomuti merged commit d667b5e into master Dec 10, 2022
@skhomuti skhomuti deleted the issue717-fix branch December 10, 2022 18:45
beckerGil pushed a commit to beckerGil/allure-python that referenced this pull request Apr 10, 2023
IvanBuruyane pushed a commit to IvanBuruyane/allure-python that referenced this pull request Mar 19, 2024
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.

Commas are not escaped in csv generated by behave formatter
2 participants