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 (unused) legacy test drivers #3427

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

jsiirola
Copy link
Member

Fixes #3424 .

Summary/Motivation:

This removes some old (and as far as we can tell, unused) test drivers. The existance of a file called test_*.yaml runs afous of the pytest_mypy_plugin package.

Changes proposed in this PR:

  • Delete unused testing files

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

Copy link
Member

@blnicho blnicho left a comment

Choose a reason for hiding this comment

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

Approved pending verification that the total number of tests hasn't changed with the removal of these files

@blnicho blnicho merged commit 518b161 into Pyomo:main Nov 18, 2024
29 of 31 checks passed
@jsiirola jsiirola deleted the rm-test-mip-yaml branch November 19, 2024 15:50
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.

Tests fail to run: TypeError: Test file has to be YAML list, got <class 'dict'>
2 participants