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

Add test for openvox requirement #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bastelfreak
Copy link
Member

This test ensures that we can list openvox as a requirement in metadata.json. It's valid with and without puppet:

"requirements": [
  {
    "name": "puppet",
    "version_requirement": ">= 7.0.0 < 9.0.0"
  },
  {
    "name": "openvox",
    "version_requirement": ">= 7.0.0 < 9.0.0"
  }
]
"requirements": [
  {
    "name": "openvox",
    "version_requirement": ">= 7.0.0 < 9.0.0"
  }
]

@bastelfreak bastelfreak self-assigned this Jan 24, 2025
@bastelfreak bastelfreak force-pushed the openvox branch 5 times, most recently from 4ef80aa to 21975d9 Compare January 24, 2025 17:08
@ekohl
Copy link
Member

ekohl commented Jan 24, 2025

Is there any document we can refer to that describes this?

@bastelfreak
Copy link
Member Author

Not as far as I know yet. I just wanted to ensure that the linter actually allow multiple requirements and not only puppet.

This test ensures that we can list `openvox` as a requirement in
metadata.json. It's valid with and without `puppet`:

```json
"requirements": [
  {
    "name": "puppet",
    "version_requirement": ">= 7.0.0 < 9.0.0"
  },
  {
    "name": "openvox",
    "version_requirement": ">= 7.0.0 < 9.0.0"
  }
]
```

```json
"requirements": [
  {
    "name": "openvox",
    "version_requirement": ">= 7.0.0 < 9.0.0"
  }
]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants