Skip to content

Add missing pytest-order dependency to file-processing-python sample#485

Open
micheal000010000-hub wants to merge 1 commit intoawsdocs:mainfrom
micheal000010000-hub:add-pytest-order-dependency
Open

Add missing pytest-order dependency to file-processing-python sample#485
micheal000010000-hub wants to merge 1 commit intoawsdocs:mainfrom
micheal000010000-hub:add-pytest-order-dependency

Conversation

@micheal000010000-hub
Copy link

What changed

Added pytest-order to sample-apps/file-processing-python/requirements.txt.

Why

The test suite uses @pytest.mark.order (registered in pytest.ini) to enforce execution order. Without pytest-order, tests may fail or run in an unexpected order on fresh setups.

Scope

Dependency declaration only. No code changes.

pytest-order is used via @pytest.mark.order in test_pdf_encrypt.py and registered in pytest.ini, but was missing from requirements.txt.
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.

1 participant