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

Remove duplicated test that gives a deprecation warning #2899

Merged
merged 3 commits into from
Oct 9, 2023

Conversation

benclifford
Copy link
Collaborator

This test tests that multiple apps can be submitted and then return. This is tested better in, for example, test_python_apps/test_mapred.py

This test has started to raise a deprecation warning due to returning a value (rather than returning None by falling off the end). Removing it seems to me tidier than fixing that warning.

Type of change

  • Code maintentance/cleanup

This test tests that multiple apps can be submitted and then return.
This is tested better in, for example, test_python_apps/test_mapred.py

This test has started to raise a deprecation warning due to returning
a value (rather than returning None by falling off the end). Removing it
seems to me tidier than fixing that warning.
@benclifford benclifford merged commit 3badf9d into master Oct 9, 2023
4 checks passed
@benclifford benclifford deleted the benc-pytest-fix2 branch October 9, 2023 07:26
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