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

ci(tests): skip test cases before release #286

Open
Tomas2D opened this issue Jan 25, 2024 · 0 comments
Open

ci(tests): skip test cases before release #286

Tomas2D opened this issue Jan 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Tomas2D
Copy link
Member

Tomas2D commented Jan 25, 2024

When adding a new feature, we often generate schemas against the dev environment that cannot be used in CI. For such reason, we would like to introduce a new Pytest mark (something like @pytest.mark.not_released_yet), which would indicate that the given test should be skipped when run in the pipeline (but they should run locally - we will probably introduce some ENV for that).

When we run the release script (like poe script - see #283), those Pytest marks should be removed.

@Tomas2D Tomas2D added the enhancement New feature or request label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant