-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tests fail with newer Pytest-BDD versions #537
Comments
spoeschel
added a commit
that referenced
this issue
Sep 17, 2020
As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses #537 regarding the legacy Python 2 branch.
The fix occurred in f03a7dc alongside a bunch of other things. |
nigelmegitt
added a commit
that referenced
this issue
Dec 21, 2021
Merging without review on the basis that this version actually builds, and _some_ CI environment is much better than _no_ CI! Also good to get @spoeschel 's `release/2.1.3` work into the wild. It's been too long. Some experimentation involved in this merge since I cannot verify that the GitHub action to publish to gh-pages will work except by doing it! * Fix nltk dependency Use the last version that supports Python 2.7. Fixes #533. * Fix Pytest-BDD dependency As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses #537 regarding the legacy Python 2 branch. * Pin used Python 2 packages Prevents issues like #533 in the future, as it is expected that further dependencies will remove Python 2 support in the future. The updated file has been generated using `pip freeze` and replacing the repository path of the toolkit by `.`. The `pkg-resources==0.0.0` line has been removed, as it was present due to [a bug](pypa/pip#4022). The `--index-url` parameter has been removed, as the specified URL meanwhile forwards to the default package index. Implements #538. * Setup GitHub Actions CI workflows for test and for docs and UI generation. Create test.yml Update README.md to fix the build status badge Create docs_and_ui.yml Push docs to gh-pages on success Add coveralls Add Slack notification * Up version to 2.1.3 Co-authored-by: Stefan Pöschel <[email protected]>
nigelmegitt
added a commit
to bbc/ebu-tt-live-toolkit
that referenced
this issue
Dec 7, 2023
Merging without review on the basis that this version actually builds, and _some_ CI environment is much better than _no_ CI! Also good to get @spoeschel 's `release/2.1.3` work into the wild. It's been too long. Some experimentation involved in this merge since I cannot verify that the GitHub action to publish to gh-pages will work except by doing it! * Fix nltk dependency Use the last version that supports Python 2.7. Fixes ebu#533. * Fix Pytest-BDD dependency As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses ebu#537 regarding the legacy Python 2 branch. * Pin used Python 2 packages Prevents issues like ebu#533 in the future, as it is expected that further dependencies will remove Python 2 support in the future. The updated file has been generated using `pip freeze` and replacing the repository path of the toolkit by `.`. The `pkg-resources==0.0.0` line has been removed, as it was present due to [a bug](pypa/pip#4022). The `--index-url` parameter has been removed, as the specified URL meanwhile forwards to the default package index. Implements ebu#538. * Setup GitHub Actions CI workflows for test and for docs and UI generation. Create test.yml Update README.md to fix the build status badge Create docs_and_ui.yml Push docs to gh-pages on success Add coveralls Add Slack notification * Up version to 2.1.3 Co-authored-by: Stefan Pöschel <[email protected]>
nigelmegitt
added a commit
to bbc/ebu-tt-live-toolkit
that referenced
this issue
Dec 25, 2023
Merging without review on the basis that this version actually builds, and _some_ CI environment is much better than _no_ CI! Also good to get @spoeschel 's `release/2.1.3` work into the wild. It's been too long. Some experimentation involved in this merge since I cannot verify that the GitHub action to publish to gh-pages will work except by doing it! * Fix nltk dependency Use the last version that supports Python 2.7. Fixes ebu#533. * Fix Pytest-BDD dependency As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses ebu#537 regarding the legacy Python 2 branch. * Pin used Python 2 packages Prevents issues like ebu#533 in the future, as it is expected that further dependencies will remove Python 2 support in the future. The updated file has been generated using `pip freeze` and replacing the repository path of the toolkit by `.`. The `pkg-resources==0.0.0` line has been removed, as it was present due to [a bug](pypa/pip#4022). The `--index-url` parameter has been removed, as the specified URL meanwhile forwards to the default package index. Implements ebu#538. * Setup GitHub Actions CI workflows for test and for docs and UI generation. Create test.yml Update README.md to fix the build status badge Create docs_and_ui.yml Push docs to gh-pages on success Add coveralls Add Slack notification * Up version to 2.1.3 Co-authored-by: Stefan Pöschel <[email protected]>
nigelmegitt
added a commit
to bbc/ebu-tt-live-toolkit
that referenced
this issue
Dec 25, 2023
Merging without review on the basis that this version actually builds, and _some_ CI environment is much better than _no_ CI! Also good to get @spoeschel 's `release/2.1.3` work into the wild. It's been too long. Some experimentation involved in this merge since I cannot verify that the GitHub action to publish to gh-pages will work except by doing it! * Fix nltk dependency Use the last version that supports Python 2.7. Fixes ebu#533. * Fix Pytest-BDD dependency As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses ebu#537 regarding the legacy Python 2 branch. * Pin used Python 2 packages Prevents issues like ebu#533 in the future, as it is expected that further dependencies will remove Python 2 support in the future. The updated file has been generated using `pip freeze` and replacing the repository path of the toolkit by `.`. The `pkg-resources==0.0.0` line has been removed, as it was present due to [a bug](pypa/pip#4022). The `--index-url` parameter has been removed, as the specified URL meanwhile forwards to the default package index. Implements ebu#538. * Setup GitHub Actions CI workflows for test and for docs and UI generation. Create test.yml Update README.md to fix the build status badge Create docs_and_ui.yml Push docs to gh-pages on success Add coveralls Add Slack notification * Up version to 2.1.3 Co-authored-by: Stefan Pöschel <[email protected]>
nigelmegitt
added a commit
to bbc/ebu-tt-live-toolkit
that referenced
this issue
Dec 25, 2023
Merging without review on the basis that this version actually builds, and _some_ CI environment is much better than _no_ CI! Also good to get @spoeschel 's `release/2.1.3` work into the wild. It's been too long. Some experimentation involved in this merge since I cannot verify that the GitHub action to publish to gh-pages will work except by doing it! * Fix nltk dependency Use the last version that supports Python 2.7. Fixes ebu#533. * Fix Pytest-BDD dependency As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses ebu#537 regarding the legacy Python 2 branch. * Pin used Python 2 packages Prevents issues like ebu#533 in the future, as it is expected that further dependencies will remove Python 2 support in the future. The updated file has been generated using `pip freeze` and replacing the repository path of the toolkit by `.`. The `pkg-resources==0.0.0` line has been removed, as it was present due to [a bug](pypa/pip#4022). The `--index-url` parameter has been removed, as the specified URL meanwhile forwards to the default package index. Implements ebu#538. * Setup GitHub Actions CI workflows for test and for docs and UI generation. Create test.yml Update README.md to fix the build status badge Create docs_and_ui.yml Push docs to gh-pages on success Add coveralls Add Slack notification * Up version to 2.1.3 Co-authored-by: Stefan Pöschel <[email protected]>
nigelmegitt
added a commit
to bbc/ebu-tt-live-toolkit
that referenced
this issue
Mar 11, 2024
Merging without review on the basis that this version actually builds, and _some_ CI environment is much better than _no_ CI! Also good to get @spoeschel 's `release/2.1.3` work into the wild. It's been too long. Some experimentation involved in this merge since I cannot verify that the GitHub action to publish to gh-pages will work except by doing it! * Fix nltk dependency Use the last version that supports Python 2.7. Fixes ebu#533. * Fix Pytest-BDD dependency As versions newer than 3.2.1 don't work with the test suite, use the last working version, as a maintenance fix to this legacy branch. Addresses ebu#537 regarding the legacy Python 2 branch. * Pin used Python 2 packages Prevents issues like ebu#533 in the future, as it is expected that further dependencies will remove Python 2 support in the future. The updated file has been generated using `pip freeze` and replacing the repository path of the toolkit by `.`. The `pkg-resources==0.0.0` line has been removed, as it was present due to [a bug](pypa/pip#4022). The `--index-url` parameter has been removed, as the specified URL meanwhile forwards to the default package index. Implements ebu#538. * Setup GitHub Actions CI workflows for test and for docs and UI generation. Create test.yml Update README.md to fix the build status badge Create docs_and_ui.yml Push docs to gh-pages on success Add coveralls Add Slack notification * Up version to 2.1.3 Co-authored-by: Stefan Pöschel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment the test suite fails when a version of Pytest-BDD newer than 3.2.1 is used.
For the legacy Python 2 branch, this will be fixed as part of #536. For the Python 3 branch, this is already fixed in BBC's Python 3 fork.
The text was updated successfully, but these errors were encountered: